source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Date Author Log Message
(edit) @fc50d48   2006-01-20T12:21:24Z wilmer irc_abort() does logging (including a reason) now.
(edit) @2fa825b   2006-01-19T22:23:03Z wilmer Removed some very unpleasant check from the OSCAR code. (Caused …
(edit) @e8f8b18   2006-01-19T13:45:15Z wilmer Fixed read() error handling in Jabber module.
(edit) @92ad3d4   2006-01-18T22:15:09Z wilmer Merging changes from laptop: Now tries to empty sendbuffer before …
(edit) @c1826c6   2006-01-18T18:25:31Z wilmer BitlBee now tries to empty sendbuffer before closing the connection.
(edit) @ac9f0e9   2006-01-18T07:53:50Z wilmer Formatting changes.
(edit) @d990997   2006-01-15T23:37:13Z wilmer The MOTD is not a socket…
(edit) @d2cbe0a   2006-01-14T17:10:15Z wilmer Fixed Yahoo! invisible status. (Thanks to a patch someone posted on …
(edit) @277674c   2006-01-13T16:41:46Z wilmer Got rid of yahoo_list, since GLib has this all already. Couldn't test …
(edit) @dd8d4c5   2006-01-10T14:36:49Z wilmer http_encode() now just escapes everything except [A-Za-z0-9]. Should …
(edit) @4fe4be2   2006-01-10T14:20:48Z wilmer Removed send-flood protection code completely.
(edit) @2d75b56   2006-01-09T20:56:09Z wilmer Added a check for the fork() return value, that should actually be …
(edit) @08995b0   2006-01-04T12:09:35Z wilmer Cleaned up some warnings in MSN module that appeared because of the …
(edit) @7e563ed   2006-01-04T12:09:07Z wilmer Moved root_command functions to commands.c
(edit) @0196c47   2006-01-04T11:33:29Z wilmer MSN consts!
(edit) @2a6ca4f   2006-01-04T11:16:58Z wilmer Better handling of IPv4 connections in IPv6 mode. (Wrapping/Unwrapping …
(edit) @13c4cd3   2006-01-03T19:04:39Z wilmer Converted all tables in yahoo_fn into static consts so BitlBee …
(edit) @39cc341   2006-01-03T18:30:54Z wilmer strip_html now replaces non-ASCII characters (entities like é) …
(edit) @a252c1a   2005-12-31T20:29:15Z wilmer Removed useless UTF8-related functions (iconv works a lot better).
(edit) @c88999c   2005-12-27T15:20:35Z wilmer Forgot to actually move those functions in previous commit. And …
(edit) @e62762b   2005-12-27T15:10:15Z wilmer Moved util.c to root, moved some things to there from bitlbee.c
(edit) @e4d6271   2005-12-27T14:39:32Z wilmer IPv6 socket improvements. Daemon mode can now also listen on IPv6 …
(edit) @238f828   2005-12-26T14:42:54Z wilmer Fixed that security hole, and added mode +R (don't know if that's the …
(edit) @d25f6fc   2005-12-26T14:02:47Z wilmer Added OperPassword and RunMode = ForkDaemon settings. Oper stuff is …
(edit) @ffea9b9   2005-12-26T12:41:29Z wilmer configure now uses the bzr revision number as version number if …
(edit) @1fa6a23   2005-12-20T20:53:38Z wilmer Jabber module now requests the buddy list before setting an away …
(edit) @00f434f   2005-12-18T14:28:52Z wilmer Stuff from Jelmer.
(edit) @578d627   2005-12-18T11:48:25Z wilmer *Oops* The 005 reply sent % as the prefix for voiced people instead of +…
(edit) @3b9390b   2005-12-18T10:39:13Z wilmer When trying to talk to MSN people who are offline, the switchboard …
(edit) @43f205b   2005-12-18T01:06:11Z wilmer Crashbug fix in new MSN Passport code (plus a fix to make the 005 …
(edit) @a03a9f3   2005-12-18T01:02:29Z wilmer Non-blocking I/O for OpenSSL, plus some extra (important) cleanup code …
(edit) @7c0a497   2005-12-17T20:56:50Z wilmer Moved HTTP-stuff (right now only for passport) into a separate module. …
(edit) @ad8b8a3   2005-12-17T20:54:06Z wilmer Passport authentication works now.
(edit) @f3e1e92   2005-12-17T19:13:32Z wilmer Fixed parameter ordering.
(edit) @2db811a   2005-12-17T19:07:07Z wilmer Small memory leak fixed.
(edit) @52b3a99   2005-12-17T18:55:46Z wilmer Successfully tested http_client, added support for redirections.
(edit) @b5a22e3   2005-12-17T16:55:18Z wilmer Forgot to update configure for the _mod change.
(edit) @8a9afe4   2005-12-17T16:54:12Z wilmer http_client lib
(edit) @afe0764   2005-12-17T12:40:47Z wilmer Changed filenames of IM modules (jabberr, msnn, etc, didn't really …
(edit) @54c5ca1   2005-12-17T12:38:07Z wilmer Hmmm, a WARNING followed by "exit 1".. That doesn't really make sense.
(edit) @dd9a51b   2005-12-17T12:36:11Z wilmer Please keep the .o list sorted. :-)
(edit) @3d64e5b   2005-12-17T12:14:15Z wilmer Camel case, yuck!
(edit) @12c6634   2005-12-17T10:06:52Z wilmer BitlBee now sends a (hopefully correct) 005 reply on connect.
(edit) @32c632f   2005-12-17T01:00:38Z Jelmer Vernooij Allow overriding the pkg-config command to run
(edit) @4bfca70   2005-12-17T00:48:35Z Jelmer Vernooij Add variable for plugindir rather then always using the define
(edit) @701acdd4   2005-12-16T17:58:00Z wilmer Non-blocking SSL handshakes for GnuTLS. The rest might come later, but …
(edit) @c4168f4   2005-12-16T09:47:44Z wilmer Yay for useless optimizations!
(edit) @15832cc   2005-12-16T09:45:34Z wilmer Added the ICQ and AIM protocol numbers to find_protocol_by_id in …
(edit) @bf02a67   2005-12-15T11:55:27Z wilmer Merged Jelmer's pluginable tree (mainly useful for the Win32 port).
(edit) @11e090b   2005-12-15T09:14:38Z wilmer Moved variable declarations to the right place to make older compilers …
(edit) @547f937   2005-12-14T11:15:04Z Jelmer Vernooij Remove statement that couldn't be executed anyway
(edit) @703f0f7   2005-12-14T01:17:25Z Jelmer Vernooij Merge my pluginable branch
(edit) @22bf64e   2005-12-13T23:27:58Z wilmer Improved typing notification support. (from f0rked)
(edit) @6aaa221   2005-12-13T23:21:21Z wilmer More work on the storage abstraction layer from Jelmer.
(edit) @d3307e2   2005-12-13T23:07:05Z Jelmer Vernooij Merge my storage fixes
(edit) @b73ac9c   2005-12-13T23:05:27Z Jelmer Vernooij Add support for 'primary' and 'migrate' account storages. Fix two bugs …
(edit) @a301379c   2005-12-13T22:43:59Z Jelmer Vernooij Simplify obfuscation functions - make them a bit more bitlbee-independent
(edit) @568aaf7   2005-12-13T21:39:18Z Jelmer Vernooij Use the standard data file format.
(edit) @ab4afba   2005-12-13T21:22:06Z wilmer Boo!
(edit) @1aa0bb5   2005-12-13T21:20:34Z wilmer AIM groupchat support, thanks to Hanji (Nelson Elhage)!
(edit) @34759e6   2005-12-10T15:28:41Z Jelmer Vernooij Use more GLib functions
(edit) @ab49fdc   2005-12-10T14:50:49Z Jelmer Vernooij Use helper functions rather then the backends directly. This will be …
(edit) @9df916f   2005-12-09T20:48:45Z Jelmer Vernooij Merge my storage abstraction changes
(edit) @87c24ba   2005-12-08T16:00:29Z Jelmer Vernooij Ignore decode/encode utilities
(edit) @7cad7b4   2005-12-08T16:00:08Z Jelmer Vernooij Clearer seperation between crypting and generic password code
(edit) @09adf08   2005-12-08T15:31:25Z Jelmer Vernooij Couple of small bugfixes
(edit) @8efa2f4   2005-12-08T14:57:13Z Jelmer Vernooij Merge some fixes from my integration branch
(edit) @c2295f7   2005-12-08T14:51:06Z Jelmer Vernooij Move some crypting-unrelated code
(edit) @7989fcf3   2005-12-08T14:37:39Z Jelmer Vernooij Add check_pass function
(edit) @a1f17d4   2005-12-08T14:14:28Z Jelmer Vernooij Simplify storage API a bit
(edit) @1ee6c18   2005-12-08T13:41:53Z Jelmer Vernooij Add abstraction layer for storage
(edit) @1eddf6b   2005-12-08T12:30:43Z Jelmer Vernooij Add some const
(edit) @c3ffa45   2005-12-06T21:55:09Z Jelmer Vernooij Add some const
(edit) @019c031   2005-12-04T21:55:15Z Jelmer Vernooij Merge from Wilmer
(edit) @b8ef1b1   2005-12-04T19:32:14Z nelhage Merging the Hanji groupchat patch
(edit) @d636233   2005-12-04T15:12:32Z wilmer Oops... :-( 1.0
(edit) @e7f46c5   2005-12-04T12:58:41Z root Implements solution to typing notifications in ticket #45
(edit) @ea911ca   2005-12-04T03:26:17Z wilmer bitlbee.h for 1.0! \o/
(edit) @a309db1   2005-12-04T03:18:07Z wilmer Terribly stupid bug in the DoS fix.
(edit) @40657a3   2005-12-04T02:49:07Z wilmer ChangeLog update, this should cover all important changes in 1.0. Also …
(edit) @8d6c4b1   2005-12-04T02:43:03Z wilmer Cleaned up configure script a bit.
(edit) @bad4a586   2005-12-04T02:38:18Z wilmer README additions
(edit) @a37e578   2005-12-04T02:37:55Z wilmer Fixes potential DoS attack.
(edit) @ed59700   2005-12-04T02:32:13Z wilmer This is not quite the initial release! :-)
(edit) @25d1be7   2005-12-04T00:48:57Z wilmer do_error_dialog shouldn't do NULL dereferences anymore, and TYPING …
(edit) @8f515c8   2005-12-03T23:49:17Z wilmer Removed FDL text from User Guide.
(edit) @46cce70   2005-12-03T14:09:08Z wilmer Removed reference to doc/TODO from FAQ
(edit) @f1df064   2005-12-02T23:41:57Z wilmer Oops... A very small typo caused very weird problems in the line …
(edit) @027d2eb   2005-12-02T11:43:47Z wilmer Modified CHANGES, and extended the allowed port range a bit.
(edit) @626b446   2005-12-02T11:30:03Z wilmer The Jabber module now only accepts a limited range of ports (5222 and …
(edit) @e5663e0   2005-12-01T20:05:09Z wilmer Disabling send flood protection, too many bugs (that were there from …
(edit) @7c2d798b   2005-12-01T11:52:25Z wilmer jabber.c:542: warning: `gjc' might be used uninitialized in this function
(edit) @6caa56a   2005-11-30T13:36:59Z wilmer Renamed no_one_calls in proxy.c to something that makes more sense to me.
(edit) @c3c2e14   2005-11-30T12:12:25Z wilmer Got rid of the config.h includes in IM-code. Now that HAVE_CONFIG_H is …
(edit) @a40a2c2   2005-11-29T09:03:00Z wilmer Forgot some CHANGES entries..
(edit) @ef53ba8   2005-11-29T01:38:19Z wilmer Updated the user-changelog (should we forget about that one and …
(edit) @500a1b6   2005-11-29T01:02:09Z Jelmer Vernooij Remove references to file transfers
(edit) @ac55e50   2005-11-29T00:52:14Z Jelmer Vernooij Merge small fix.
(edit) @c7cf9d6   2005-11-29T00:43:15Z wilmer This should fix a crash bug in Jabber module (NULL pointer dereference …
(edit) @65e2ce1   2005-11-28T23:27:09Z Jelmer Vernooij Disable plugin support by default, support compilation with non-C99 …
Note: See TracRevisionLog for help on using the revision log.