Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Store exact Twitter usernames for all Twitter contacts when using mode=chat, | Wilmer van der Gaast | 2010-07-17 | -0/+5 |
| | | | | | | so that xxx:->@xxx translation always works properly (even when the nick was stripped/etc). | |||
* | When using non-Twitter Twitter API services, prefix the channel and contact | Wilmer van der Gaast | 2010-07-17 | -9/+35 |
| | | | | | | | | | | name with that service name, not always Twitter. This is especially useful when having multiple accounts on different sites with the same username. Also adding an "identica" protocol entry for convenience. Based on a patch from kensanata, bug #648. | |||
* | Although linebreaks are allowed in the .xml files, new lines should never | Wilmer van der Gaast | 2010-07-17 | -6/+6 |
| | | | | | start with XML tags, since they won't show up as whitespace in help.txt. | |||
* | Making nick_format a tiny bit more complicated: Allow truncating a variable | Wilmer van der Gaast | 2010-07-17 | -4/+32 |
| | | | | | to a certain length. | |||
* | Free a user structure when using the remove command. This disappeared while | Wilmer van der Gaast | 2010-07-17 | -1/+2 |
| | | | | | most IM modules don't call back when a removal was successful. | |||
* | Fixed bug in r712. Check part, not *part. | Wilmer van der Gaast | 2010-07-17 | -1/+1 |
| | ||||
* | Try to pass a group when removing a contact. No idea what will happen if | Wilmer van der Gaast | 2010-07-17 | -6/+12 |
| | | | | | | | a contact is in multiple groups, for now I'm not supporting it. Also cleaning up query code to avoid calling NULL. | |||
* | libpurple: Read group information of contacts. | Wilmer van der Gaast | 2010-07-17 | -22/+21 |
| | ||||
* | libpurple: Handle incoming authorization requests. | Wilmer van der Gaast | 2010-07-17 | -14/+51 |
| | ||||
* | nick_gen() should also insert an underscore if the first character of a nick | Wilmer van der Gaast | 2010-07-17 | -6/+14 |
| | | | | | would otherwise be a digit. | |||
* | Fix possible crash on trying to use half-created OSCAR chatrooms. | Wilmer van der Gaast | 2010-07-17 | -3/+13 |
| | ||||
* | Merging mainline. | Wilmer van der Gaast | 2010-07-17 | -14/+90 |
|\ | ||||
| * | WTF AOL, now suddenly underscores are not allowed in room names? | Wilmer van der Gaast | 2010-07-17 | -1/+1 |
| | | ||||
| * | No idea why http_dorequest() ever returned void*. Don't hide the type, it's | Wilmer van der Gaast | 2010-07-17 | -7/+6 |
| | | | | | | | | | | not a secret (the pointer is shared with a type later anyway). | |||
| * | Don't be a dumbass and stop following redirects if there doesn't seem to | Wilmer van der Gaast | 2010-07-16 | -1/+4 |
| | | | | | | | | | | be an end. | |||
| * | Fix compatibility with older GLib versions again. (Bug #643, patch from | Wilmer van der Gaast | 2010-07-15 | -0/+8 |
| | | | | | | | | | | Robert Scheck.) | |||
| * | Debian package 1.2.8-1.1.2.8-1 | Wilmer van der Gaast | 2010-07-15 | -0/+6 |
| | | ||||
| * | Fixing NULL pointer dereferences in Twitter module. Based on patch from | Wilmer van der Gaast | 2010-07-13 | -1/+8 |
| | | | | | | | | | | wahjava (bug #650). | |||
| * | Ready for BitlBee 1.2.8.1.2.8 | Wilmer van der Gaast | 2010-07-04 | -2/+21 |
| | | ||||
| * | Document the base_url setting (for using other Twitter API services). | Wilmer van der Gaast | 2010-07-04 | -0/+18 |
| | | ||||
| * | Skip unsupported tags in user configs. (This should make downgrades from | Wilmer van der Gaast | 2010-07-03 | -2/+18 |
| | | | | | | | | | | ui-fix for whatever reason less painful.) | |||
* | | Merging *BSD compatibility fix from Doug Luce (include sys/uio.h even | Wilmer van der Gaast | 2010-07-15 | -2/+3 |
|\ \ | | | | | | | | | | | | | though the sendmsg() manpage says this isn't necessary). | |||
| * | | This makes Bitlbee compile on OpenBSD. | Doug Luce | 2010-07-14 | -0/+1 |
| | | | ||||
* | | | Move control channel autoconfiguration to irc_cmd_join() instead so that it | Wilmer van der Gaast | 2010-07-14 | -18/+24 |
| | | | | | | | | | | | | | | | | | | only triggers on channels created by the user. (And not at identify time, which was causing odd problems on my test setup.) | |||
* | | | Fixed cleaning up of channels. Something broke when changing the | Wilmer van der Gaast | 2010-07-13 | -4/+34 |
|/ / | | | | | | | | | irc_channel_del_user() syntax. | |||
* | | Automatically convert nick_source settings to their nick_convert equivalent. | Wilmer van der Gaast | 2010-07-13 | -1/+19 |
| | | ||||
* | | Document this complex new beast. | Wilmer van der Gaast | 2010-07-13 | -1/+64 |
| | | ||||
* | | Reformat nicks whenever fullname/nick/group changes (but at least for now | Wilmer van der Gaast | 2010-07-13 | -49/+42 |
| | | | | | | | | | | still only for offline users). | |||
* | | Added %nick and %group. They don't work yet since nick_gen() is only called | Wilmer van der Gaast | 2010-07-12 | -1/+14 |
| | | | | | | | | | | once. | |||
* | | First version of the nick_format setting. | Wilmer van der Gaast | 2010-07-12 | -7/+82 |
| | | ||||
* | | Use bee_user structs in all nick_* functions. Prepare for a nick_get() with | Wilmer van der Gaast | 2010-07-11 | -29/+41 |
| | | | | | | | | | | more flexible nickname generation. | |||
* | | More careful pointer checking in the master. | Wilmer van der Gaast | 2010-07-11 | -2/+3 |
| | | ||||
* | | Added allow_takeover setting for people who don't like this new functionality. | Wilmer van der Gaast | 2010-07-11 | -7/+25 |
| | | ||||
* | | When cleaning up queries, q->data is free()d. Even if it turns out to be | Wilmer van der Gaast | 2010-07-11 | -9/+13 |
| | | | | | | | | | | | | | | the "struct irc" containing all data belonging to a session. Sanitise memory management a little bit here. (There are some memory leaks in here too that need to be fixed at some point.) | |||
* | | Takeover stuff now works in daemon mode as well. | Wilmer van der Gaast | 2010-07-11 | -6/+90 |
| | | ||||
* | | Cleanup. Move some code to a more appropriate location, and show the old | Wilmer van der Gaast | 2010-07-10 | -30/+91 |
| | | | | | | | | | | connection a quit message instead of just breaking the connection. | |||
* | | Translate "nick:" to "@nick" in Twitter rooms to make tab completion easier. | Wilmer van der Gaast | 2010-07-10 | -2/+22 |
| | | | | | | | | | | Not working yet with stripped/mangled nicknames. | |||
* | | Only available in ForkDaemon mode for now: If a user connects (and | Wilmer van der Gaast | 2010-07-10 | -25/+373 |
|\ \ | | | | | | | | | | | | | | | | identifies) while he's already logged in, offer to take over the old connection. | |||
| * \ | Merging main ui-fix. | Wilmer van der Gaast | 2010-07-10 | -9/+59 |
| |\ \ | |/ / |/| | | ||||
* | | | Allow nick changes if they're only different in capitalisation, fixed | Wilmer van der Gaast | 2010-07-08 | -7/+12 |
| | | | | | | | | | | | | | | | | | | faulty responses in the NICK command, and fixing crash bug in nick changes before finishing login. | |||
* | | | When addressing people in a chatroom, try to translate the nickname to the | Wilmer van der Gaast | 2010-07-05 | -2/+47 |
| | | | | | | | | | | | | | | | original unstripped version (without ugly underscores, also). | |||
| * | | More state consistency checks/error handling. | Wilmer van der Gaast | 2010-07-10 | -26/+53 |
| | | | ||||
| * | | Inform IPC master about nick changes. | Wilmer van der Gaast | 2010-07-09 | -0/+17 |
| | | | ||||
| * | | Also sync umodes. | Wilmer van der Gaast | 2010-07-09 | -0/+10 |
| | | | ||||
| * | | Ask for confirmation. Generally working fairly well now, but definitely | Wilmer van der Gaast | 2010-07-09 | -22/+100 |
| | | | | | | | | | | | | | | | fragile. | |||
| * | | It works! Fragile like hell though, and without any confirmation or whatever. | Wilmer van der Gaast | 2010-07-07 | -8/+98 |
| | | | ||||
| * | | First part of the handshake, including sending a file descriptor to the | Wilmer van der Gaast | 2010-07-06 | -14/+140 |
|/ / | | | | | | | | | IPC master. | |||
* | | Kick the user instead of parting him/her when cleaning up a channel. This is | Wilmer van der Gaast | 2010-07-04 | -8/+27 |
| | | | | | | | | | | what the older version also did so that Irssi won't clean up the window. | |||
* | | Documentation update. I think this covers most of the channel-related ui-fix | Wilmer van der Gaast | 2010-07-04 | -7/+153 |
| | | | | | | | | | | changes. | |||
* | | Auto joins for chatrooms. | Wilmer van der Gaast | 2010-07-04 | -0/+24 |
| | |