Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Mainline merge. | Wilmer van der Gaast | 2010-05-13 | -165/+46 |
|\ | ||||
| * | Implement some kind of ignorant awareness of XML namespaces: Enough to not | Wilmer van der Gaast | 2010-05-12 | -1/+21 |
| | | | | | | | | | | | | | | break backward compatibility (hopefully) but be able to pick up inappropriate uses of XML namespace prefixes. Main reason for this change: Fix XMPP typing notification compatibility with GMail. | |||
| * | Stop those "Many switchboard failures" messages. No point in showing them | Wilmer van der Gaast | 2010-05-11 | -27/+22 |
| | | | | | | | | | | unless the lost switchboard actually had something queued. | |||
| * | Fixed a long-standing bug where non-anonymous Jabber chatrooms could cause | Wilmer van der Gaast | 2010-05-11 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | full JIDs to be added to the local contact list, but not removed when leaving the room, eventually triggering errors like the one in #499. People kept sending me these dumps and I finally took time to make what turned out to be this one-line fix. This error should never appear again unless people are doing really crazy stuff. | |||
| * | It looks like AIM mem requests (implemented as damn_you() and | Wilmer van der Gaast | 2010-05-09 | -136/+0 |
| | | | | | | | | | | | | | | | | | | | | straight_to_hell() back in the days - and still more or less the same in libpurple it seems) are no longer necessary; the script no longer exists at the location used in the source and nobody complained. Nice try, AOL. And hats of to the Gaim developer who thought of this clever way around it. | |||
* | | Use ?, not &&. | Wilmer van der Gaast | 2010-05-13 | -1/+1 |
| | | ||||
* | | Restore "account del". | Wilmer van der Gaast | 2010-05-13 | -48/+2 |
| | | ||||
* | | Restore query cleanup on IM disconnects. | Wilmer van der Gaast | 2010-05-13 | -1/+1 |
| | | ||||
* | | Fixed irc_channel_name_ok(): One-character channel names are okay, also the | Wilmer van der Gaast | 2010-05-10 | -1/+12 |
| | | | | | | | | | | first character after the prefix *can* be a number. | |||
* | | Per-account channels also exist now. | Wilmer van der Gaast | 2010-05-09 | -0/+5 |
| | | ||||
* | | Pick up group changes coming in during a session. Reflecting them in the | Wilmer van der Gaast | 2010-05-09 | -13/+2 |
| | | | | | | | | | | session will be a bit more complicated. | |||
* | | /join &groupname and all people in that group will be in that channel. | Wilmer van der Gaast | 2010-05-09 | -9/+61 |
| | | ||||
* | | Do not free bu->group anymore, it's no longer a string! | Wilmer van der Gaast | 2010-05-09 | -1/+0 |
| | | ||||
* | | Keep track of contact groups in a slightly more efficient way. | Wilmer van der Gaast | 2010-05-09 | -2/+61 |
| | | ||||
* | | First bits for different channel types. | Wilmer van der Gaast | 2010-05-09 | -0/+40 |
| | | ||||
* | | Read group information from Jabber contact lists. The code was already there, | Wilmer van der Gaast | 2010-05-09 | -1/+1 |
| | | | | | | | | | | but with a simple typo. | |||
* | | Pick up buddy group information from OSCAR server-side contact list. | Wilmer van der Gaast | 2010-05-09 | -5/+7 |
| | | ||||
* | | No. Run the part handler from the IRC /PART command, not from irc_channel.c. | Wilmer van der Gaast | 2010-05-09 | -5/+6 |
| | | | | | | | | | | This was causing troubles with Twitter at disconnect time. | |||
* | | Safety check for yesterday's fixes: Double-check that a groupchat struct | Wilmer van der Gaast | 2010-05-09 | -4/+11 |
| | | | | | | | | | | isn't claimed already. | |||
* | | Merging mainline, mostly for chatroom fixes I implemented there. | Wilmer van der Gaast | 2010-05-09 | -4/+35 |
|\| | ||||
| * | Room names on OSCAR can't start with digits, this broke the "chat with" | Wilmer van der Gaast | 2010-05-09 | -1/+2 |
| | | | | | | | | | | command on ICQ so far. Just prepend "icq_" and it'll work. | |||
| * | Yahoo! seems to echo conference room invitations now, huh? No idea what this | Wilmer van der Gaast | 2010-05-09 | -0/+4 |
| | | | | | | | | | | is but let's ignore them. | |||
| * | Check Tweet length on the BitlBee side already. | Wilmer van der Gaast | 2010-05-03 | -2/+31 |
| | | ||||
* | | Fixed up OSCAR to work with the new way of setting up groupchats. | Wilmer van der Gaast | 2010-05-09 | -3/+9 |
| | | ||||
* | | Create the struct groupchat early on in msn_chat_with() so the new chat | Wilmer van der Gaast | 2010-05-09 | -4/+6 |
| | | | | | | | | | | setup method works properly. | |||
* | | This is how you now start groupchats: /join #channel, /invite people. | Wilmer van der Gaast | 2010-05-09 | -3/+49 |
| | | ||||
* | | Restored /invite for groupchats. | Wilmer van der Gaast | 2010-05-08 | -14/+33 |
| | | ||||
* | | Fixed buggy jabber_chat_by_jid() after GSList change. | Wilmer van der Gaast | 2010-05-08 | -1/+1 |
| | | ||||
* | | Misc. cleanup. Also updated the Yahoo! module to deal with struct groupchat | Wilmer van der Gaast | 2010-05-08 | -14/+26 |
| | | | | | | | | | | in a GSList so that a default config fully compiles again. | |||
* | | Fixed *facepalm* memory management/scoping bug in /AWAY command. | Wilmer van der Gaast | 2010-05-08 | -4/+2 |
| | | ||||
* | | Always show normal contacts in &bitlbee, not just the first channel in the | Wilmer van der Gaast | 2010-05-08 | -3/+6 |
| | | | | | | | | | | list. | |||
* | | Also allow addressing people inside the control channel using a comma. | Wilmer van der Gaast | 2010-05-08 | -2/+2 |
| | | ||||
* | | Support for receiving chatroom topics. Since I didn't restore named chatroom | Wilmer van der Gaast | 2010-05-08 | -13/+33 |
| | | | | | | | | | | support I could only test this using gdb. | |||
* | | Restored imcb_chat_name_hint(). | Wilmer van der Gaast | 2010-05-08 | -51/+39 |
| | | ||||
* | | Allow leaving groupchat channels. | Wilmer van der Gaast | 2010-05-08 | -1/+20 |
| | | ||||
* | | Restored support for outgoing messages. This code is all so much saner now.. | Wilmer van der Gaast | 2010-05-08 | -10/+50 |
| | | ||||
* | | Reshuffled irc_im.c into a saner order. | Wilmer van der Gaast | 2010-05-08 | -51/+50 |
| | | ||||
* | | Users leaving really show up again. | Wilmer van der Gaast | 2010-05-08 | -17/+23 |
| | | ||||
* | | Support for receiving messages in chatrooms. | Wilmer van der Gaast | 2010-05-08 | -34/+37 |
| | | ||||
* | | Would be nice to include bee_chat.c in the repo... | Wilmer van der Gaast | 2010-05-08 | -0/+263 |
| | | ||||
* | | Starting to restore chatroom stuff. Only enough to create and be joined | Wilmer van der Gaast | 2010-05-06 | -278/+111 |
| | | | | | | | | | | into a room. More will follow soon. | |||
* | | Use irc_channel_name_ok() and check if a channel with that name already | Wilmer van der Gaast | 2010-05-05 | -1/+1 |
| | | | | | | | | | | exists before creating it. | |||
* | | Show offline/away status better in /WHO and /WHOIS. | Wilmer van der Gaast | 2010-05-04 | -1/+16 |
| | | ||||
* | | Add irc_channel_printf() for slightly saner root messages from a random | Wilmer van der Gaast | 2010-05-04 | -2/+15 |
| | | | | | | | | | | channel. | |||
* | | Removed some disabled code related to away_devoice (now implemented anyway). | Wilmer van der Gaast | 2010-05-03 | -23/+0 |
| | | ||||
* | | Fixed strncpy() usage, and show error when trying to msg non-existent people | Wilmer van der Gaast | 2010-05-03 | -0/+6 |
| | | | | | | | | | | via the channel. | |||
* | | Mainline merge. | Wilmer van der Gaast | 2010-05-03 | -90/+953 |
|\| | ||||
| * | Fixed show_offline documentation. (The default is off, not on.) | Wilmer van der Gaast | 2010-05-02 | -1/+1 |
| | | ||||
| * | OAuth sanity fix: Twitter-specific stuff should *not* be in lib/oauth.c. | Wilmer van der Gaast | 2010-05-02 | -90/+127 |
| |\ | | | | | | | | | | | | | Somewhat intrusive, should've done this right immediately. :-/ | |||
| | * | Save the credentials again. | Wilmer van der Gaast | 2010-05-01 | -4/+35 |
| | | |