source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Date Author Log Message
(edit) @1e52e1f   2010-07-11T10:30:27Z wilmer When cleaning up queries, q->data is free()d. Even if it turns out to …
(edit) @e92c4f4   2010-07-11T00:29:19Z wilmer Takeover stuff now works in daemon mode as well.
(edit) @f1c2b21   2010-07-10T15:08:02Z wilmer Cleanup. Move some code to a more appropriate location, and show the …
(edit) @534e406   2010-07-10T00:30:39Z wilmer Translate "nick:" to "@nick" in Twitter rooms to make tab completion …
(edit) @f3b6764   2010-07-09T23:39:25Z wilmer Only available in ForkDaemon mode for now: If a user connects (and …
(edit) @b556e46   2010-07-09T23:25:07Z wilmer Merging main ui-fix.
(edit) @c5bff81   2010-07-09T23:24:23Z wilmer More state consistency checks/error handling.
(edit) @debe871   2010-07-09T21:06:38Z wilmer Inform IPC master about nick changes.
(edit) @9595d2b   2010-07-09T08:25:25Z wilmer Also sync umodes.
(edit) @f545372   2010-07-08T23:10:43Z wilmer Ask for confirmation. Generally working fairly well now, but …
(edit) @9a9b520   2010-07-08T22:31:01Z wilmer Allow nick changes if they're only different in capitalisation, fixed …
(edit) @0b09da0   2010-07-06T23:10:17Z wilmer It works! Fragile like hell though, and without any confirmation or …
(edit) @6c2404e   2010-07-06T21:44:52Z wilmer First part of the handshake, including sending a file descriptor to …
(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) @f537044   2010-07-04T14:31:50Z wilmer Documentation update. I think this covers most of the channel-related …
(edit) @5c7b45c   2010-07-04T13:36:08Z wilmer Auto joins for chatrooms.
(edit) @c8eeadd   2010-07-04T10:16:07Z wilmer Added automatic joining of channels. Auto-rejoin functionality for …
(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) @917a83e   2010-07-03T20:38:53Z wilmer Use irc_send_msg instead of irc_send_msg_raw() to echo messages to …
(edit) @bc4b469   2010-07-03T17:57:31Z wilmer Initialize the show variable in channel_update. This shouldn't have …
(edit) @e1f3f94   2010-07-03T17:39:37Z wilmer Fix handling of outgoing CTCP ACTIONs.
(edit) @3353b5e   2010-06-30T23:56:46Z wilmer A few Twitter fixes from mainline.
(edit) @52a2521   2010-06-30T23:46:55Z wilmer When receiving a channel name hint, and a channel with that name …
(edit) @06f9548   2010-06-30T23:30:27Z wilmer Disable the code added in the previous change during shutdown, since …
(edit) @9052bc1   2010-06-30T23:15:44Z wilmer Flush channels when the user leaves them. Also, don't update a control …
(edit) @d7f8500   2010-06-30T23:01:33Z wilmer Support /NOTICE, although for now just to yourself - some IRC clients …
(edit) @8203da9   2010-06-30T22:52:27Z wilmer D'oh. Of course the getter functions should also treat next_cursor as …
(edit) @217bf4e   2010-06-30T19:30:42Z wilmer Also, automatically set up per-protocol channels if the name's a …
(edit) @7a6ba50   2010-06-29T23:44:17Z wilmer Also allow selecting contacts for a channel by protocol instead of …
(edit) @bd64716   2010-06-29T23:30:05Z wilmer next_cursor is a 64-bit integer. Make it so. This should fix issues …
(edit) @64f8c425   2010-06-29T23:06:07Z wilmer Strip whitespace in Twitter OAuth PIN responses.
(edit) @58646d9   2010-06-28T09:37:11Z wilmer Allow joining multiple channels at once. Although BitlBee doesn't …
(edit) @a670aeb   2010-06-28T09:37:01Z wilmer An empty string is not a valid channel name.
(edit) @ab6006c   2010-06-28T09:03:39Z wilmer Callers shouldn't have to expect that irc_channel_del_user() frees the …
(edit) @c7eb771   2010-06-28T00:18:40Z wilmer Hacky support for short subcommands (i.e. "ac l" instead of "account …
(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) @547ea68   2010-06-27T15:32:12Z wilmer Save and load channels. Also fixing a bug in creating non-control …
(edit) @84c3a72   2010-06-27T12:39:07Z wilmer Import chatrooms configured in older BitlBee versions. Settings are …
(edit) @e907683   2010-06-26T23:39:31Z wilmer Changed account set (and other account commands) syntax. Instead of …
(edit) @92c8d41   2010-06-26T21:26:41Z wilmer Remember in which channel the user talked to someone and show …
(edit) @41d415b   2010-06-25T23:33:30Z wilmer Merging bugfix from mainline.
(edit) @051372c   2010-06-24T09:27:34Z wilmer Don't create multiple main loops if the user follows >100 people.
(edit) @8b8def58   2010-06-24T09:14:34Z wilmer Merging a few revisions from mainline.
(edit) @38ff846   2010-06-24T01:06:49Z wilmer Fixed an access-after-free() bug in the Jabber keepalive + cache …
(edit) @d6aa6dd   2010-06-24T00:43:15Z wilmer Load the whole Twitter contact list at login time if mode=chat/many, …
(edit) @90ba416   2010-06-23T22:37:24Z wilmer Fixed a NULL pointer dereference in the Jabber module.
(edit) @4eef271   2010-06-23T00:13:46Z wilmer Added user_agent setting to Jabber accounts so people can get around …
(edit) @7cd2e8a   2010-06-22T23:43:36Z wilmer Automatically call the "channel" command for the now-gone chat subcommands.
(edit) @6b90431   2010-06-16T08:31:40Z wilmer More correct handling of channel names (according to RFC 1459). Pretty …
(edit) @e5b521d   2010-06-14T08:28:32Z wilmer s/buddy_sendbuffer/paste_buffer/ in the docs as well.
(edit) @12b29db   2010-06-12T22:40:12Z wilmer Small doc update on multi-channel stuff. The "channel" command is not …
(edit) @1c8e5f7   2010-06-11T15:12:27Z wilmer Added away_reply_timeout setting so BitlBee will suppress away …
(edit) @70ac477   2010-06-11T11:34:39Z wilmer Create new MSN groups when necessary.
(edit) @5266354   2010-06-10T16:39:17Z wilmer Fixed extremely stupid NULLptr dereference.
(edit) @95c3ea9   2010-06-10T16:36:23Z wilmer Fixing hostname in "exiting" opermsgs.
(edit) @6acc033   2010-06-09T00:35:13Z wilmer Moving MSN contacts between groups is now possible, but no support yet …
(edit) @46d215d   2010-06-08T23:43:13Z wilmer Allow moving contacts around between groups. Works with at least …
(edit) @d7db346   2010-06-08T22:44:16Z wilmer Some cleanup improvements.
(edit) @d50e22f   2010-06-08T22:22:16Z wilmer Merging memory leak fixes from devel, time to find the ui-fix-specific …
(edit) @f1cea66   2010-06-07T23:50:42Z wilmer Merging Debian fixes that I missed in the previous merge.
(edit) @04a927c   2010-06-07T23:04:58Z wilmer Fixing some memory leakage.
(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) @a4d920b   2010-06-07T16:48:11Z wilmer Added "channel del".
(edit) @0a6e5d1   2010-06-07T15:51:31Z wilmer Restore "set root_nick" behaviour. All disabled set evaluators are …
(edit) @70f69ecc   2010-06-07T15:45:42Z wilmer Restoring auto-identification using server password.
(edit) @c5aefa4   2010-06-07T15:39:53Z wilmer Restore "ops" command completely, and set user op status *just* before …
(edit) @0e8b3e8   2010-06-07T15:21:21Z wilmer Changing away_devoice will change current voice statuses in all channels.
(edit) @56699f0   2010-06-07T15:11:09Z wilmer Show idle + login time info in /WHOIS (if available).
(edit) @4aa0f6b   2010-06-07T14:31:07Z wilmer Merging killerbee stuff, bringing all the bleeding-edge stuff together.
(edit) @0d9d53e   2010-06-07T00:58:07Z wilmer Fixed "set password" and "set auto_reconnect_delay".
(edit) @36562b0   2010-06-07T00:44:45Z wilmer Added "channel list" command and the ability to use only part of the …
(edit) @92cb8c4   2010-06-06T23:47:46Z wilmer Complete (hopefully) fix for nickname changes: Add flags to the …
(edit) @f277225   2010-06-06T21:58:46Z wilmer Use mkstemp() instead of just a tilde-file when writing new configs to …
(edit) @560d0a0   2010-06-06T19:01:14Z wilmer Some more fixes to make this work with older distros (Hardy's stuck …
(edit) @bc49ec2   2010-06-06T09:55:07Z wilmer Make this build work even from fresh bzr branches. Also stop using …
(edit) @16834a5   2010-06-06T01:30:45Z wilmer Set handle_unknown to add_channel by default.
(edit) @88eaf4b   2010-06-06T01:24:13Z wilmer buddy_sendbuffer should be renamed, since it has to work for users and …
(edit) @1f0224c   2010-06-06T01:11:13Z wilmer Send one /QUIT instead of one or more /PARTs for a user that is being …
(edit) @18da20b   2010-06-06T00:33:33Z wilmer Added /part msgs, and the ability to silently remove users from …
(edit) @1fdb0a4   2010-06-05T23:26:07Z wilmer Merging mainline.
(edit) @b308cf9   2010-06-05T23:21:02Z wilmer Merging libpurple branch into killerbee. It's fairly usable already, …
(edit) @c1a8a16   2010-06-05T23:16:52Z wilmer Restored the "chat with" command, let's keep it around at least for …
(edit) @5a75d15   2010-06-05T22:32:36Z wilmer Chatroom improvements. Merged chatroom stub into normal chatroom …
(edit) @f5d87ea   2010-06-05T18:26:17Z wilmer Pick up group changes in the middle of a Jabber session, now that we …
(edit) @e774815   2010-06-05T17:43:38Z wilmer Updated short descriptions and fixed po-debconf files.
(edit) @4772500   2010-06-05T17:35:39Z wilmer Put in the necessary hacks to make version number spoofing work again.
(edit) @4c03881   2010-06-05T16:39:58Z wilmer Remaining fixes: All looks good now, apt and dpkg seem to do the right …
(edit) @095a5f0   2010-06-05T14:47:54Z wilmer Redid debian/rules using debhelper, with good results. This creates …
(edit) @04dc563   2010-06-05T10:32:02Z wilmer A few more configure script tweaks: Don't enable libpurple by default …
(edit) @cf1a979   2010-06-05T01:07:04Z wilmer Bug fixes, control channel behaviour is mostly okay again.
(edit) @c133d4b8   2010-06-05T01:06:26Z wilmer Added "channel set" command, mostly so I can test all that stuff. …
(edit) @7e83e8e4   2010-06-05T00:35:17Z wilmer Inform the UI about group changes. This is important if the user has …
(edit) @2b8473c   2010-06-05T00:20:12Z wilmer Put the control channel settings into user-changeable settings.
(edit) @4469e7e   2010-06-03T22:17:11Z wilmer Support for the /topic command.
(edit) @3dc6d86   2010-06-02T08:47:18Z wilmer Disable old-style ICQ authentication. It looks like AOL or whoever is …
(edit) @ba3233c   2010-05-30T10:16:37Z wilmer Merge from Geert: Added ability to follow/unfollow Twitter people. …
(edit) @7d53efb   2010-05-29T12:40:17Z g.c.w.m.mulders Added functionality to add and remove friendships.
Note: See TracRevisionLog for help on using the revision log.