|
|
@0383943
|
2006-08-24T22:06:52Z |
wilmer |
Added message on successful creation of accounts and fixed "set …
|
|
|
@d5ccd83
|
2006-08-13T19:15:23Z |
wilmer |
Extra comments in set.h and now properly using set_getbool() instead …
|
|
|
@0aaca60
|
2006-07-19T16:52:38Z |
wilmer |
Added some (more) comments to .h files in lib/ and some minor …
|
|
|
@04026d4
|
2006-07-15T17:26:13Z |
wilmer |
Fixed a broken call to set_get() (CRASH), shut up a compiler warning …
|
|
|
@eda0270
|
2006-07-14T09:34:56Z |
wilmer |
Merging from main.
|
|
|
@b0a33a5
|
2006-07-11T09:28:44Z |
wilmer |
Better handling of situations where IPv6 is not available at run-time.
|
|
|
@a93e3c8
|
2006-07-09T10:54:45Z |
wilmer |
Fixed irc_names() (forgot to add @s for user/root in the new version).
|
|
|
@5b52a48
|
2006-07-03T21:22:45Z |
wilmer |
Implemented per-account nick lists instead of per-protocol nick lists. …
|
|
|
@fef6116
|
2006-07-01T19:17:42Z |
wilmer |
Fixed check in set_eval_account() and merging from main (better NAMES …
|
|
|
@0a3c243
|
2006-06-30T23:18:56Z |
wilmer |
Got rid of struct aim_user (now using account_t everywhere). Needs …
|
|
|
@5c9512f
|
2006-06-30T09:17:18Z |
wilmer |
Made set.c API more generic so it's not specific to irc_t structures …
|
|
|
@3f9440d
|
2006-06-26T21:50:12Z |
wilmer |
/NAMES replies are more efficient now.
|
|
|
@471573f
|
2006-06-26T15:06:08Z |
wilmer |
Merging from devel (IRC protocol compliance stuff).
|
|
|
@2f13222
|
2006-06-25T19:55:18Z |
wilmer |
IRC protocol compliance fixes (closes: #158, #159, #160).
|
|
|
@9b63df6
|
2006-06-25T19:20:14Z |
wilmer |
Why did I forget this one? *sigh*
|
|
|
@88086db
|
2006-06-25T17:23:27Z |
wilmer |
Added versioning information to the XML-file (convenient for later …
|
|
|
@6e1fed7
|
2006-06-25T17:07:25Z |
wilmer |
Using salted MD5 checksums for the user's BitlBee password and salted …
|
|
|
@b72caac
|
2006-06-21T16:34:33Z |
wilmer |
Merging libevent branch: Events can now be handles by both glib and …
|
|
|
@5898ef8
|
2006-06-15T12:46:31Z |
wilmer |
xml_save(), decent error handling and merging fixed autosaving.
|
|
|
@3af70b0
|
2006-06-15T12:37:05Z |
wilmer |
!x&y == (!x)&y, not !(x&y).
|
|
|
@79e826a
|
2006-06-15T12:22:17Z |
wilmer |
Converted irc->status to binary flags. (This also fixes …
|
|
|
@85e9644
|
2006-06-07T13:36:19Z |
wilmer |
Merging Jelmer's storage tree (with LDAP support).
|
|
|
@fb62f81f
|
2006-06-03T19:51:16Z |
wilmer |
Implemented netsplits for "account off".
|
|
|
@68b518d6
|
2006-05-26T09:03:38Z |
wilmer |
Merging from main development tree.
|
|
|
@574af7e
|
2006-05-25T23:20:54Z |
Jelmer Vernooij |
Require GLib 2
|
|
|
@fc630f9
|
2006-05-23T08:31:04Z |
wilmer |
Silenced all compiler warnings that appeared after previous commit.
|
|
|
@226fce1
|
2006-05-23T07:45:14Z |
wilmer |
Some changes for im_api. (bim_* functions)
|
|
|
@41ca004
|
2006-05-19T07:55:53Z |
wilmer |
Merging from main development tree.
|
|
|
@dd89a55
|
2006-05-15T17:57:12Z |
wilmer |
Fixed various memory leaks/other possible problems after code review.
|
|
|
@0356ae3
|
2006-05-13T22:30:51Z |
wilmer |
irc_vawrite() now first attempts to write() immediately (because …
|
|
|
@ba9edaa
|
2006-05-10T17:34:46Z |
wilmer |
Moved everything to the BitlBee event handling API.
|
|
|
@a0d04d6
|
2006-05-07T18:07:43Z |
wilmer |
Got rid of all GLib GIOChannel-related calls outside proxy.c
|
|
|
@c99af3a
|
2006-04-13T07:30:11Z |
wilmer |
Removed account_offline(), we have signoff() already.
|
|
|
@36fa9bd
|
2006-04-07T09:22:21Z |
wilmer |
Renamed irc_free_userhash().
|
|
|
@6adcb6c6
|
2006-04-01T18:18:55Z |
wilmer |
Complete fix for #113: a->reconnect does *not* contain a GLib source …
|
|
|
@7d31002
|
2006-03-31T21:09:36Z |
wilmer |
Tested and fixed one issue, and got rid of one more superfluous iconv call.
|
|
|
@e27661d
|
2006-03-31T17:55:47Z |
wilmer |
Finished the iconv() fix. Instead of doing it every time something …
|
|
|
@d783e48
|
2006-03-31T08:53:53Z |
wilmer |
irc_vawrite() does charset conversion now. Next step: Do it for …
|
|
|
@55cc2be3
|
2006-03-15T18:17:01Z |
wilmer |
Fixed cleanup of connections in (non-forking) daemon mode. (Better …
|
|
|
@f73b969
|
2006-01-20T15:15:49Z |
wilmer |
Renamed commands.c, got rid of return values in all command functions.
|
|
|
@55ec2d6
|
2006-01-20T12:22:30Z |
wilmer |
Merging IPC branch, it's too different from the main code to keep it …
|
|
|
@fc50d48
|
2006-01-20T12:21:24Z |
wilmer |
irc_abort() does logging (including a reason) now.
|
|
|
@b8c2ace
|
2006-01-19T22:24:25Z |
wilmer |
Die, bug, die! (And apparently bzr suddenly felt like merging some old …
|
|
|
@bd9b00f
|
2006-01-19T17:07:47Z |
wilmer |
Fixes for single-process daemon mode, changed value of …
|
|
|
@2face62
|
2006-01-19T16:34:41Z |
wilmer |
A bit too much for one commit, but well: Client processes didn't clean …
|
|
|
@4c266f2
|
2006-01-18T22:17:59Z |
wilmer |
Merged (and adapted) changes from main tree.
|
|
|
@92ad3d4
|
2006-01-18T22:15:09Z |
wilmer |
Merging changes from laptop: Now tries to empty sendbuffer before …
|
|
|
@c1826c6
|
2006-01-18T18:25:31Z |
wilmer |
BitlBee now tries to empty sendbuffer before closing the connection.
|
|
|
@d990997
|
2006-01-15T23:37:13Z |
wilmer |
The MOTD is not a socket…
|
|
|
@74c119d
|
2006-01-15T15:42:20Z |
wilmer |
Better DIE implementation, added SO_REUSEADDR to listening socket.
|
|
|
@0431ea1
|
2006-01-15T01:49:49Z |
wilmer |
Imported irc_command branch and used this addition for parsing IPC …
|
|
|
@9d6b229
|
2006-01-14T20:34:10Z |
wilmer |
Imported changes from main tree.
|
|
|
@de3e100
|
2006-01-14T20:31:59Z |
wilmer |
Separated the IRC line splitting/parsing code (to use it for IPC too), …
|
|
|
@edf9657
|
2006-01-14T18:25:00Z |
wilmer |
Fixed the PASS-command, added error messages for invalid commands to …
|
|
|
@0298d11
|
2006-01-13T23:51:21Z |
wilmer |
Moved all IRC commands to separate functions in irc_commands.c. At …
|
|
|
@5c577bd
|
2006-01-13T22:10:29Z |
wilmer |
IPC code (by no means final)
|
|
|
@4fe4be2
|
2006-01-10T14:20:48Z |
wilmer |
Removed send-flood protection code completely.
|
|
|
@2a6ca4f
|
2006-01-04T11:16:58Z |
wilmer |
Better handling of IPv4 connections in IPv6 mode. (Wrapping/Unwrapping …
|
|
|
@e4d6271
|
2005-12-27T14:39:32Z |
wilmer |
IPv6 socket improvements. Daemon mode can now also listen on IPv6 …
|
|
|
@238f828
|
2005-12-26T14:42:54Z |
wilmer |
Fixed that security hole, and added mode +R (don't know if that's the …
|
|
|
@d25f6fc
|
2005-12-26T14:02:47Z |
wilmer |
Added OperPassword and RunMode = ForkDaemon settings. Oper stuff is …
|
|
|
@578d627
|
2005-12-18T11:48:25Z |
wilmer |
*Oops* The 005 reply sent % as the prefix for voiced people instead of +…
|
|
|
@43f205b
|
2005-12-18T01:06:11Z |
wilmer |
Crashbug fix in new MSN Passport code (plus a fix to make the 005 …
|
|
|
@12c6634
|
2005-12-17T10:06:52Z |
wilmer |
BitlBee now sends a (hopefully correct) 005 reply on connect.
|
|
|
@703f0f7
|
2005-12-14T01:17:25Z |
Jelmer Vernooij |
Merge my pluginable branch
|
|
|
@b73ac9c
|
2005-12-13T23:05:27Z |
Jelmer Vernooij |
Add support for 'primary' and 'migrate' account storages.
Fix two bugs …
|
|
|
@ab49fdc
|
2005-12-10T14:50:49Z |
Jelmer Vernooij |
Use helper functions rather then the backends directly. This will be …
|
|
|
@7cad7b4
|
2005-12-08T16:00:08Z |
Jelmer Vernooij |
Clearer seperation between crypting and generic password code
|
|
|
@8efa2f4
|
2005-12-08T14:57:13Z |
Jelmer Vernooij |
Merge some fixes from my integration branch
|
|
|
@c2295f7
|
2005-12-08T14:51:06Z |
Jelmer Vernooij |
Move some crypting-unrelated code
|
|
|
@a1f17d4
|
2005-12-08T14:14:28Z |
Jelmer Vernooij |
Simplify storage API a bit
|
|
|
@1ee6c18
|
2005-12-08T13:41:53Z |
Jelmer Vernooij |
Add abstraction layer for storage
|
|
|
@019c031
|
2005-12-04T21:55:15Z |
Jelmer Vernooij |
Merge from Wilmer
|
|
|
@25d1be7
|
2005-12-04T00:48:57Z |
wilmer |
do_error_dialog shouldn't do NULL dereferences anymore, and TYPING …
|
|
|
@b20b32f
|
2005-11-28T01:14:06Z |
Jelmer Vernooij |
Merge from Wilmer
|
|
|
@831c955
|
2005-11-20T21:01:17Z |
wilmer |
Self-NOTICEs now come back as a NOTICE, not a PRIVMSG.
|
|
|
@2cdd8ce
|
2005-11-19T15:17:03Z |
Jelmer Vernooij |
Merge Wilmer
|
|
|
@94281ef
|
2005-11-19T11:54:01Z |
wilmer |
Oops, even BitlBee didn't know yet that channel names can start with …
|
|
|
@22d41a2
|
2005-11-18T19:10:20Z |
wilmer |
Quit messages should appear again, at least on crashes. (And when …
|
|
|
@c572dd6
|
2005-11-18T12:41:58Z |
wilmer |
HTML stripping is optional again (but still safer than before 0.93), …
|
|
|
@834ff44
|
2005-11-17T14:37:59Z |
wilmer |
Closing #14: Milisecond precision is now possible for the buddy_sendbuffer.
|
|
|
@5c09a59
|
2005-11-15T23:16:39Z |
wilmer |
Got rid of raw B's in source,
Replaced most irc_usermsg() calls in …
|
|
|
@b135438
|
2005-11-15T13:20:27Z |
Jelmer Vernooij |
Merge changes from Wilmer
|
|
|
@9c62a7c
|
2005-11-08T23:02:25Z |
Jelmer Vernooij |
Fix GLib errors when sending QUIT.
Allow sending QUIT before registering.
|
|
|
@7b23afd
|
2005-11-07T16:16:18Z |
Jelmer Vernooij |
Migrate my pluginable branch to use Wilmers' branch as parent
|
|
|
@b7d3cc34
|
2005-11-06T18:23:18Z |
wilmer |
Initial repository (0.99 release tree)
0.99
|