source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Date Author Log Message
(edit) @3b3c50d9   2010-07-28T08:24:47Z wilmer Allow including account tags in nicknames, and be a bit more clever …
(edit) @13fa2db   2010-07-27T22:24:59Z wilmer Don't crash when trying to join a channel with an invalid name.
(edit) @4255320   2010-07-27T22:18:27Z wilmer MSN: Don't show any "special" messages when breaking down switchboards …
(edit) @f6f5eee   2010-07-27T22:04:19Z wilmer Source documentation update, including a short HACKING file.
(edit) @82ca986   2010-07-27T17:45:16Z wilmer Fixed shutdown sequence (could cause 100% CPU usage on SIGTERM).
(edit) @a7dbf45   2010-07-27T10:27:47Z wilmer Block CTCPs to channels instead of sending them as plain messages. …
(edit) @3fa5a8c   2010-07-26T23:03:23Z wilmer Install all new/moved header files in install-dev so bitlbee-skype and …
(edit) @c6bf805   2010-07-25T13:59:12Z wilmer Some NULL pointer checks for libyahoo2 - this code's currently …
(edit) @51a3d12   2010-07-25T09:11:48Z wilmer Allow change nicknames when moving contacts between groups. Also …
(edit) @5588edf5   2010-07-25T08:56:17Z wilmer Suppress GLib warning when trying to get a user's IP address while not …
(edit) @42acba1   2010-07-25T08:54:25Z wilmer Some support for changing group info on OSCAR.
(edit) @8b01217   2010-07-24T23:26:33Z wilmer MSN supports having people in multiple groups and BitlBee does not. …
(edit) @f1f7b5e   2010-07-24T22:50:23Z wilmer Take the local address from the IM/IRC connection when setting up a …
(edit) @2945c6f   2010-07-24T21:16:18Z wilmer Merge ui-fix (which includes killerbee (i.e. file transfers and …
(edit) @593971d   2010-07-24T20:59:41Z wilmer Warn when adding an account twice. People are doing this a lot …
(edit) @0f28785   2010-07-24T16:10:27Z wilmer Account tag documentation update.
(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) @40e6dac   2010-07-24T15:46:59Z wilmer Adding account tags as a way to 100% uniquely identify an account. …
(edit) @7989d40d   2010-07-24T14:19:44Z wilmer Fixing chat_join() for OSCAR to return a struct groupchat* right away, …
(edit) @03f3828   2010-07-24T14:06:22Z wilmer Adding protocol-specific chatroom settings. First one to use this: AIM …
(edit) @c8791f2   2010-07-24T13:29:48Z wilmer Merging libyahoo2 fixes. Now completely up-to-date with libyahoo2 svn …
(edit) @c495217   2010-07-24T13:28:36Z wilmer Inverting allow_reconnect logic on login failures. Automatic …
(edit) @ccc595b   2010-07-24T13:04:00Z wilmer Support buddy groups on Yahoo!
(edit) @78e2eb7   2010-07-24T11:15:43Z wilmer New handling of authorization requests. The old one wasn't fully …
(edit) @9034ba0   2010-07-24T10:57:08Z wilmer Merge complete. It still logs in…
(edit) @c36f73b   2010-07-23T14:35:45Z wilmer This should mostly be a no-op, merging *loads* of whitespace changes …
(edit) @938c305   2010-07-22T07:43:21Z wilmer Fixed crash on failed Jabber file transfers.
(edit) @262bc7e   2010-07-21T00:39:47Z wilmer 1.3dev changelog. Should release that soon, sticking a version# on it …
(edit) @5a61bf59   2010-07-19T21:18:13Z wilmer Whoops. Small memory management screw-up.
(edit) @6d8cc05   2010-07-18T23:50:27Z wilmer Adding easy migration from old show_offline/away_devoice settings, and …
(edit) @94d5da9c   2010-07-18T22:12:19Z wilmer One of the last few things I wanted to get done in this branch: …
(edit) @4f22a68c   2010-07-18T20:12:55Z wilmer Automatically operate on the current channel if just using "channel set".
(edit) @3e59c8d   2010-07-18T15:31:58Z wilmer libpurple: Add contacts to groups when requested. Still not dealing …
(edit) @2efb69b   2010-07-18T15:12:35Z wilmer Doc update for the previous change.
(edit) @f1d488e   2010-07-18T15:04:19Z wilmer Add some context sensitivity to the "add" command: If it's used in a …
(edit) @2bfe976   2010-07-18T14:44:55Z wilmer The "transfers" command was renamed to "transfer".
(edit) @fe4f28f   2010-07-17T16:11:09Z wilmer Remove the user from default_channel if it has the auto_join setting …
(edit) @5c18a76   2010-07-17T15:51:01Z wilmer Store exact Twitter usernames for all Twitter contacts when using …
(edit) @ffcdf13   2010-07-17T15:06:56Z wilmer When using non-Twitter Twitter API services, prefix the channel and …
(edit) @0d691ea   2010-07-17T14:41:50Z wilmer Although linebreaks are allowed in the .xml files, new lines should …
(edit) @6f0ea57   2010-07-17T14:37:33Z wilmer Making nick_format a tiny bit more complicated: Allow truncating a …
(edit) @5e98ff0   2010-07-17T14:23:20Z wilmer Free a user structure when using the remove command. This disappeared …
(edit) @6ef19f7   2010-07-17T14:02:47Z wilmer Fixed bug in r712. Check part, not *part.
(edit) @a91550c   2010-07-17T12:29:51Z wilmer Try to pass a group when removing a contact. No idea what will happen …
(edit) @a08e875   2010-07-17T12:08:31Z wilmer libpurple: Read group information of contacts.
(edit) @d0527c1   2010-07-17T11:34:24Z wilmer libpurple: Handle incoming authorization requests.
(edit) @177ffd7   2010-07-17T10:04:51Z wilmer nick_gen() should also insert an underscore if the first character of …
(edit) @e437366   2010-07-16T23:55:53Z wilmer Fix possible crash on trying to use half-created OSCAR chatrooms.
(edit) @4346c3f4   2010-07-16T23:31:55Z wilmer Merging mainline.
(edit) @ef14a83   2010-07-16T23:14:04Z wilmer WTF AOL, now suddenly underscores are not allowed in room names?
(edit) @516a9c6   2010-07-16T23:11:37Z wilmer No idea why http_dorequest() ever returned void*. Don't hide the type, …
(edit) @7885d0f   2010-07-15T23:23:04Z wilmer Don't be a dumbass and stop following redirects if there doesn't seem …
(edit) @e4e0b37   2010-07-15T22:16:42Z wilmer Fix compatibility with older GLib versions again. (Bug #643, patch …
(edit) @e693ac2   2010-07-15T22:15:47Z wilmer Debian package 1.2.8-1. 1.2.8-1
(edit) @3709301   2010-07-14T23:52:11Z wilmer Merging *BSD compatibility fix from Doug Luce (include sys/uio.h even …
(edit) @83e2d30   2010-07-14T23:19:03Z doug This makes Bitlbee compile on OpenBSD.
(edit) @324c378   2010-07-13T23:14:41Z wilmer Move control channel autoconfiguration to irc_cmd_join() instead so …
(edit) @b1af3e8   2010-07-13T22:50:06Z wilmer Fixed cleaning up of channels. Something broke when changing the …
(edit) @a26af5c   2010-07-13T20:13:46Z wilmer Fixing NULL pointer dereferences in Twitter module. Based on patch …
(edit) @06b39f2   2010-07-13T00:17:37Z wilmer Automatically convert nick_source settings to their nick_convert …
(edit) @db2cef1   2010-07-13T00:09:40Z wilmer Document this complex new beast.
(edit) @badd148   2010-07-12T23:22:53Z wilmer Reformat nicks whenever fullname/nick/group changes (but at least for …
(edit) @09dfb68   2010-07-12T20:27:11Z wilmer Added %nick and %group. They don't work yet since nick_gen() is only …
(edit) @2e0eaac   2010-07-11T23:14:49Z wilmer First version of the nick_format setting.
(edit) @b1f818b   2010-07-11T12:21:59Z wilmer Use bee_user structs in all nick_* functions. Prepare for a nick_get() …
(edit) @133cdff   2010-07-11T12:11:27Z wilmer More careful pointer checking in the master.
(edit) @af9f2ca   2010-07-11T10:59:56Z wilmer Added allow_takeover setting for people who don't like this new …
(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) @00540d4   2010-07-04T17:25:22Z wilmer Ready for BitlBee 1.2.8. 1.2.8
(edit) @8eb0b76   2010-07-04T17:25:05Z wilmer Document the base_url setting (for using other Twitter API services).
(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) @c351434   2010-07-03T21:32:10Z wilmer Skip unsupported tags in user configs. (This should make downgrades …
(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 …
Note: See TracRevisionLog for help on using the revision log.