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