source: irc_im.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @cc20520   2010-12-02T12:14:09Z wilmer Clean up pastebuf_timer when cleaning up channels, and properly clean …
(edit) @495d21b   2010-11-21T15:53:08Z wilmer Chop spaces from IM handles in all cases. Fixes #723.
(edit) @bb151f7   2010-11-20T20:25:44Z wilmer Added irc_channel_with_user() function to find a suitable channel to …
(edit) @8e9e2b7   2010-10-03T02:45:26Z wilmer Merging mainline, which includes a huge msnp13 merge. Not 100% sure …
(edit) @d6657ce   2010-09-05T23:30:40Z wilmer Fix NULL pointer dereference when removing nicks from groupchats.
(edit) @41e0c00   2010-09-05T10:27:12Z wilmer Fixing handling of (Jabber) chatroom topic changes done by the user.
(edit) @4c737ebd   2010-09-01T23:06:56Z wilmer Fixed NULL ptr dereference when hilighting non-IM users in chatrooms.
(edit) @934db064   2010-09-01T22:09:27Z wilmer Do encryption and decryption. Somehow SMP and other things aren't …
(edit) @fda55fa   2010-08-30T20:12:34Z wilmer Revert to the old control channel messages for fullname changes, the …
(edit) @1aa74f55   2010-08-23T10:34:36Z wilmer Process incoming XMPP groupchat invites in a saner way: Create a …
(edit) @ac2717b   2010-08-14T10:55:20Z wilmer blist should only show contacts that are (or would be if they were …
(edit) @f7ca587   2010-07-29T18:18:54Z wilmer Restore default_target setting, kill last_root_cmd variable and just …
(edit) @2fe5eb9   2010-07-29T17:08:16Z wilmer Clean up references from irc_user structs to channels that are being …
(edit) @51a3d12   2010-07-25T09:11:48Z wilmer Allow change nicknames when moving contacts between groups. Also …
(edit) @e135cd09   2010-07-24T15:58:27Z wilmer Use the account tag in a few places and store it in the XML file as an …
(edit) @03f3828   2010-07-24T14:06:22Z wilmer Adding protocol-specific chatroom settings. First one to use this: AIM …
(edit) @94d5da9c   2010-07-18T22:12:19Z wilmer One of the last few things I wanted to get done in this branch: …
(edit) @b1af3e8   2010-07-13T22:50:06Z wilmer Fixed cleaning up of channels. Something broke when changing the …
(edit) @badd148   2010-07-12T23:22:53Z wilmer Reformat nicks whenever fullname/nick/group changes (but at least for …
(edit) @b1f818b   2010-07-11T12:21:59Z wilmer Use bee_user structs in all nick_* functions. Prepare for a nick_get() …
(edit) @69b896b   2010-07-05T12:01:28Z wilmer When addressing people in a chatroom, try to translate the nickname to …
(edit) @006a84f   2010-07-04T20:40:15Z wilmer Kick the user instead of parting him/her when cleaning up a channel. …
(edit) @5c7b45c   2010-07-04T13:36:08Z wilmer Auto joins for chatrooms.
(edit) @0bd948e   2010-07-03T21:16:41Z wilmer Show a user going offline as a QUIT, not as one or more PARTs, like in …
(edit) @bc4b469   2010-07-03T17:57:31Z wilmer Initialize the show variable in channel_update. This shouldn't have …
(edit) @52a2521   2010-06-30T23:46:55Z wilmer When receiving a channel name hint, and a channel with that name …
(edit) @9052bc1   2010-06-30T23:15:44Z wilmer Flush channels when the user leaves them. Also, don't update a control …
(edit) @7a6ba50   2010-06-29T23:44:17Z wilmer Also allow selecting contacts for a channel by protocol instead of …
(edit) @1c40aa7   2010-06-28T00:07:46Z wilmer Mark nameless groupchat channels as temporary so they don't stick …
(edit) @134a02c   2010-06-27T16:04:28Z wilmer irc_channel_name_strip() instead of nick_strip().
(edit) @92c8d41   2010-06-26T21:26:41Z wilmer Remember in which channel the user talked to someone and show …
(edit) @1c8e5f7   2010-06-11T15:12:27Z wilmer Added away_reply_timeout setting so BitlBee will suppress away …
(edit) @6ef9065   2010-06-07T21:09:33Z wilmer Restored nick_hint/nick_source functionality.
(edit) @619dd18   2010-06-07T18:40:08Z wilmer Paste buffer functionality is back, now for users *and* rooms.
(edit) @0e8b3e8   2010-06-07T15:21:21Z wilmer Changing away_devoice will change current voice statuses in all channels.
(edit) @18da20b   2010-06-06T00:33:33Z wilmer Added /part msgs, and the ability to silently remove users from …
(edit) @5a75d15   2010-06-05T22:32:36Z wilmer Chatroom improvements. Merged chatroom stub into normal chatroom …
(edit) @7e83e8e4   2010-06-05T00:35:17Z wilmer Inform the UI about group changes. This is important if the user has …
(edit) @4469e7e   2010-06-03T22:17:11Z wilmer Support for the /topic command.
(edit) @ad404ab   2010-06-03T00:20:53Z wilmer Restore add_* handle_unknown settings.
(edit) @a067771   2010-05-09T22:08:30Z wilmer Per-account channels also exist now.
(edit) @13c1a9f   2010-05-09T21:52:17Z wilmer /join &groupname and all people in that group will be in that channel.
(edit) @eb37735   2010-05-08T23:54:37Z wilmer This is how you now start groupchats: /join #channel, /invite people.
(edit) @66b9e36a   2010-05-08T21:52:25Z wilmer Restored /invite for groupchats.
(edit) @fd45e1d1   2010-05-08T14:12:32Z wilmer Always show normal contacts in &bitlbee, not just the first channel in …
(edit) @9e27f18   2010-05-08T13:11:09Z wilmer Support for receiving chatroom topics. Since I didn't restore named …
(edit) @d343eaa   2010-05-08T12:37:49Z wilmer Restored imcb_chat_name_hint().
(edit) @bfb99ee   2010-05-08T12:13:23Z wilmer Allow leaving groupchat channels.
(edit) @a87754b   2010-05-08T01:02:12Z wilmer Restored support for outgoing messages. This code is all so much saner …
(edit) @e4816ea   2010-05-08T00:48:48Z wilmer Reshuffled irc_im.c into a saner order.
(edit) @b17ce85   2010-05-08T00:45:10Z wilmer Users leaving really show up again.
(edit) @27e2c66   2010-05-08T00:25:15Z wilmer Support for receiving messages in chatrooms.
(edit) @aea8b68   2010-05-06T00:28:56Z wilmer Starting to restore chatroom stuff. Only enough to create and be …
(edit) @eb50495   2010-05-04T08:45:10Z wilmer Show offline/away status better in /WHO and /WHOIS.
(edit) @6a9d068   2010-05-03T00:39:39Z wilmer Restore away_devoice.
(edit) @bce78c8   2010-05-02T18:48:26Z wilmer Restored classical control channel behaviour (the ability to talk to …
(edit) @003a12b   2010-04-14T13:35:41Z wilmer Restored all remaining IRC commands that make some sense to have at …
(edit) @21c87a7   2010-04-14T09:27:50Z wilmer Merging loads of stuff from mainline.
(edit) @573dab0   2010-04-13T10:20:04Z wilmer Incoming typing notifications.
(edit) @3a9b123   2010-04-13T08:11:08Z wilmer Allow sending typing notifications (CTCP TYPING) again.
(edit) @89c11e7   2010-04-12T23:54:55Z wilmer Restored CTCP/DCC hooks for outgoing file transfers.
(edit) @eabc9d2   2010-04-11T22:49:32Z wilmer Fixed cleanup issues when turning off an account. Also fixed syntax of …
(edit) @17a6ee9   2010-04-11T14:37:06Z wilmer Including DCC stuff again, with a wonderful extra layer of …
(edit) @1d39159   2010-04-05T00:18:24Z wilmer Get full names properly. Handling of nick_source setting and …
(edit) @f012a9f   2010-04-02T03:25:41Z wilmer Can receive messages again.
(edit) @231b08b   2010-04-02T02:54:39Z wilmer Show buddy online/offline status in the first channel.
(edit) @d860a8d   2010-04-01T03:38:50Z wilmer Restored "account" root command and restored enough stuff to be able …
(add) @81e04e1   2010-04-01T02:32:25Z wilmer nogaim.c is close to doing something useful again without speaking any …
Note: See TracRevisionLog for help on using the revision log.