aboutsummaryrefslogtreecommitdiffstats
path: root/irc_im.c
Commit message (Expand)AuthorAgeLines
...
* Revert to the old control channel messages for fullname changes, the /noticesWilmer van der Gaast2010-08-30-1/+3
* Process incoming XMPP groupchat invites in a saner way: Create a temporaryWilmer van der Gaast2010-08-23-0/+58
* blist should only show contacts that are (or would be if they were online)Wilmer van der Gaast2010-08-14-14/+2
* Restore default_target setting, kill last_root_cmd variable and just useWilmer van der Gaast2010-07-29-0/+1
* Clean up references from irc_user structs to channels that are being free()d.Wilmer van der Gaast2010-07-29-1/+10
* Allow change nicknames when moving contacts between groups. Also fixing aWilmer van der Gaast2010-07-25-0/+11
* Use the account tag in a few places and store it in the XML file as anWilmer van der Gaast2010-07-24-1/+1
* Adding protocol-specific chatroom settings. First one to use this: AIMWilmer van der Gaast2010-07-24-2/+9
* One of the last few things I wanted to get done in this branch: combiningWilmer van der Gaast2010-07-18-14/+21
* Fixed cleaning up of channels. Something broke when changing theWilmer van der Gaast2010-07-13-3/+33
* Reformat nicks whenever fullname/nick/group changes (but at least for nowWilmer van der Gaast2010-07-13-47/+23
* Use bee_user structs in all nick_* functions. Prepare for a nick_get() withWilmer van der Gaast2010-07-11-3/+3
* When addressing people in a chatroom, try to translate the nickname to theWilmer van der Gaast2010-07-05-1/+26
* Kick the user instead of parting him/her when cleaning up a channel. This isWilmer van der Gaast2010-07-04-3/+3
* Auto joins for chatrooms.Wilmer van der Gaast2010-07-04-0/+15
* Show a user going offline as a QUIT, not as one or more PARTs, like in theWilmer van der Gaast2010-07-03-0/+8
* Initialize the show variable in channel_update. This shouldn't have causedWilmer van der Gaast2010-07-03-1/+1
* When receiving a channel name hint, and a channel with that name alreadyWilmer van der Gaast2010-07-01-10/+29
* Flush channels when the user leaves them. Also, don't update a controlWilmer van der Gaast2010-07-01-1/+2
* Also allow selecting contacts for a channel by protocol instead of account.Wilmer van der Gaast2010-06-30-0/+2
* Mark nameless groupchat channels as temporary so they don't stick aroundWilmer van der Gaast2010-06-28-4/+25
* irc_channel_name_strip() instead of nick_strip().Wilmer van der Gaast2010-06-27-2/+2
* Remember in which channel the user talked to someone and show responses inWilmer van der Gaast2010-06-26-14/+10
* Added away_reply_timeout setting so BitlBee will suppress away messages sentWilmer van der Gaast2010-06-11-1/+15
* Restored nick_hint/nick_source functionality.Wilmer van der Gaast2010-06-07-1/+45
* Paste buffer functionality is back, now for users *and* rooms.Wilmer van der Gaast2010-06-07-5/+73
* Changing away_devoice will change current voice statuses in all channels.Wilmer van der Gaast2010-06-07-0/+2
* Added /part msgs, and the ability to silently remove users from channelsWilmer van der Gaast2010-06-06-3/+3
* Chatroom improvements. Merged chatroom stub into normal chatroom stuff,Wilmer van der Gaast2010-06-05-13/+111
* Inform the UI about group changes. This is important if the user hasWilmer van der Gaast2010-06-05-0/+11
* Support for the /topic command.Wilmer van der Gaast2010-06-03-1/+12
* Restore add_* handle_unknown settings.Wilmer van der Gaast2010-06-03-0/+10
* Per-account channels also exist now.Wilmer van der Gaast2010-05-09-0/+2
* /join &groupname and all people in that group will be in that channel.Wilmer van der Gaast2010-05-09-9/+53
* This is how you now start groupchats: /join #channel, /invite people.Wilmer van der Gaast2010-05-09-1/+12
* Restored /invite for groupchats.Wilmer van der Gaast2010-05-08-0/+15
* Always show normal contacts in &bitlbee, not just the first channel in theWilmer van der Gaast2010-05-08-2/+3
* Support for receiving chatroom topics. Since I didn't restore named chatroomWilmer van der Gaast2010-05-08-1/+23
* Restored imcb_chat_name_hint().Wilmer van der Gaast2010-05-08-1/+34
* Allow leaving groupchat channels.Wilmer van der Gaast2010-05-08-1/+13
* Restored support for outgoing messages. This code is all so much saner now..Wilmer van der Gaast2010-05-08-9/+28
* Reshuffled irc_im.c into a saner order.Wilmer van der Gaast2010-05-08-51/+50
* Users leaving really show up again.Wilmer van der Gaast2010-05-08-1/+10
* Support for receiving messages in chatrooms.Wilmer van der Gaast2010-05-08-4/+19
* Starting to restore chatroom stuff. Only enough to create and be joinedWilmer van der Gaast2010-05-06-0/+69
* Show offline/away status better in /WHO and /WHOIS.Wilmer van der Gaast2010-05-04-0/+6
* Restore away_devoice.Wilmer van der Gaast2010-05-03-0/+4
* Restored classical control channel behaviour (the ability to talk toWilmer van der Gaast2010-05-02-1/+1
* Restored all remaining IRC commands that make some sense to have at thisWilmer van der Gaast2010-04-14-2/+15
* Merging loads of stuff from mainline.Wilmer van der Gaast2010-04-14-2/+8