source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Date Author Log Message
(edit) @b3c467b   2006-06-28T09:59:33Z wilmer Cleaned up Makefiles + configure: Cleaning up bitlbee.pc, removed the …
(edit) @90bbb0e   2006-06-26T16:50:47Z wilmer Moved the call to "account on" to the right place.
(edit) @471573f   2006-06-26T15:06:08Z wilmer Merging from devel (IRC protocol compliance stuff).
(edit) @c9f0c79   2006-06-26T12:04:21Z wilmer Implemented cleaner way of passing the "Incorrect password" error.
(edit) @2f13222   2006-06-25T19:55:18Z wilmer IRC protocol compliance fixes (closes: #158, #159, #160).
(edit) @fd03770   2006-06-25T19:43:14Z wilmer Merging from devel/Jelmer.
(edit) @9b63df6   2006-06-25T19:20:14Z wilmer Why did I forget this one? *sigh*
(edit) @6ee9d2d   2006-06-25T18:25:13Z wilmer Forgot to initialize pass_rc4 (which caused memory management mess …
(edit) @88086db   2006-06-25T17:23:27Z wilmer Added versioning information to the XML-file (convenient for later …
(edit) @6e1fed7   2006-06-25T17:07:25Z wilmer Using salted MD5 checksums for the user's BitlBee password and salted …
(edit) @38cc9d4   2006-06-25T16:40:00Z wilmer Fixed a memory leak (u->group).
(edit) @4b1a75a   2006-06-25T15:16:44Z wilmer Disabling call to sethostent() because it causes major problems on …
(edit) @7ed3199   2006-06-25T14:07:01Z wilmer Moved Base64-related functions to a separate file and added decode …
(edit) @125b35d   2006-06-25T12:17:39Z wilmer Merging from Jelmer (this adds some basic unit testing code).
(edit) @df1694b   2006-06-25T12:15:42Z wilmer Moving all generic files to lib/ instead of having some in / and some …
(edit) @812a413   2006-06-23T18:15:28Z wilmer Added saner base64 encoding function (actually, moved the one from …
(edit) @00ab350   2006-06-21T17:14:49Z wilmer Fixed GError memory leak, correctly setting the migrate_storage default.
(edit) @59f5c42a   2006-06-21T16:56:16Z wilmer Fixed md->grouplist memory leak.
(edit) @b72caac   2006-06-21T16:34:33Z wilmer Merging libevent branch: Events can now be handles by both glib and …
(edit) @2b14eef   2006-06-20T22:14:46Z wilmer Implemented handling of autoconnect attribute.
(edit) @9b46b64   2006-06-20T22:05:04Z wilmer Fixed error message for unknown protocols.
(edit) @ece2cd2   2006-06-20T21:48:28Z wilmer xml_save() now stores the password's md5sum too. Kind of ... important..
(edit) @2befb95   2006-06-20T21:37:16Z wilmer Added migration storage defaults.
(edit) @84e9cea   2006-06-20T21:36:53Z wilmer Added xml_remove() and xml_check_pass().
(edit) @d028a77   2006-06-19T11:52:34Z wilmer Better detection of incorrect MD5 password hashes.
(edit) @d28f3b35   2006-06-18T23:07:28Z wilmer Now saving the password's md5sum instead of the plaintext version.
(edit) @10efa91   2006-06-17T11:39:17Z wilmer Fixed bug in LDAP Makefile generation.
(edit) @1fc2958   2006-06-16T12:07:51Z Jelmer Vernooij Add checks for nick functions as well, fix bug where nick lengths …
(edit) @c2fa827   2006-06-16T11:48:52Z Jelmer Vernooij Add unit testing infrastructure.
(edit) @07e46c9   2006-06-16T11:26:51Z Jelmer Vernooij [merge] upstream
(edit) @5898ef8   2006-06-15T12:46:31Z wilmer xml_save(), decent error handling and merging fixed autosaving.
(edit) @3af70b0   2006-06-15T12:37:05Z wilmer !x&y == (!x)&y, not !(x&y).
(edit) @79e826a   2006-06-15T12:22:17Z wilmer Converted irc->status to binary flags. (This also fixes …
(edit) @c121f89   2006-06-14T20:30:25Z wilmer xml_load() works pretty well now.
(edit) @b4e4b95   2006-06-12T22:24:04Z Jelmer Vernooij Remove unused variable.
(edit) @5a5c926   2006-06-12T06:58:20Z wilmer Fixed a (very rare, AFAIK) NULL-pointer dereference.
(edit) @85e9644   2006-06-07T13:36:19Z wilmer Merging Jelmer's storage tree (with LDAP support).
(edit) @a312b6b   2006-06-07T11:25:46Z wilmer Added storage_xml.c
(edit) @0025b51   2006-06-03T21:08:58Z Jelmer Vernooij Use unique OID's and include BitlBee's OID (25873)
(edit) @5973412   2006-06-03T20:52:40Z Jelmer Vernooij Try to detect -lldap
(edit) @9779c18   2006-06-03T20:20:43Z Jelmer Vernooij [merge] Wilmer
(edit) @fb62f81f   2006-06-03T19:51:16Z wilmer Implemented netsplits for "account off".
(edit) @df417ca   2006-06-02T19:01:34Z wilmer Merge from main.
(edit) @c38e965   2006-05-28T23:21:42Z wilmer Removed a message that only applied to the MSN module that got …
(edit) @4ff0966   2006-05-28T23:13:47Z wilmer Merging from main/jelmer.
(edit) @79b6213   2006-05-28T23:07:00Z wilmer Dropping GLib <2 support.
(edit) @42616d1   2006-05-28T18:24:43Z wilmer "ISON :nick1 nick2" works too now, which seems to be what the RFCs …
(edit) @cdca30b   2006-05-27T15:33:58Z wilmer Making sure that event handlers don't get called anymore after a call …
(edit) @db28304   2006-05-26T22:49:28Z wilmer Using http_dorequest_url() at one place in passport.c now.
(edit) @a2582c8   2006-05-26T22:44:48Z wilmer Added error_string variable to Passport client.
(edit) @fe23720   2006-05-26T18:35:16Z wilmer Always use GET-requests on redirects.
(edit) @7deb447   2006-05-26T18:32:50Z wilmer Added status_string variable to http_client.
(edit) @6048744   2006-05-26T13:06:20Z wilmer Added SB_FATAL to MSN errorcode 911 so BitlBee won't disconnect from …
(edit) @68b518d6   2006-05-26T09:03:38Z wilmer Merging from main development tree.
(edit) @7bfd574   2006-05-26T08:57:36Z wilmer Fixed a NULL pointer dereference that showed up on testing.b.o sometimes.
(edit) @574af7e   2006-05-25T23:20:54Z Jelmer Vernooij Require GLib 2
(edit) @5d9b792   2006-05-25T11:31:22Z wilmer Merging from Jelmer.
(edit) @0602496   2006-05-25T11:22:06Z wilmer Better handling of completely empty HTTP replies in http_client.c.
(edit) @0a69d7b   2006-05-25T09:53:53Z Jelmer Vernooij Use iconv from GLib if available
(edit) @1c8a7a2   2006-05-25T09:46:36Z Jelmer Vernooij Fix typo
(edit) @936ded6   2006-05-25T08:57:31Z wilmer Disabling chat charset stuff again for now and fixed the crash-bug. …
(edit) @fc630f9   2006-05-23T08:31:04Z wilmer Silenced all compiler warnings that appeared after previous commit.
(edit) @a9ca7dd   2006-05-23T08:18:24Z wilmer Added G_GNUC_PRINTF(...) to definitions of functions that take format …
(edit) @da3b536   2006-05-23T08:09:16Z wilmer Added bim_ functions for block/allow list management to keep …
(edit) @226fce1   2006-05-23T07:45:14Z wilmer Some changes for im_api. (bim_* functions)
(edit) @73cf7fd   2006-05-22T09:11:49Z wilmer Trying to fix charset issues with outgoing AIM chat messages.
(edit) @619a681   2006-05-21T22:51:54Z wilmer Fixed a bug that caused root_command_string() to sometimes not notice \0.
(edit) @f66c701   2006-05-21T19:55:52Z wilmer Modified oscar.c headers.
(edit) @c53911e   2006-05-20T11:48:08Z wilmer Fixed a string handling mistake and better stripping of servernames …
(edit) @41ca004   2006-05-19T07:55:53Z wilmer Merging from main development tree.
(edit) @881fd4e   2006-05-19T07:53:03Z wilmer Merging extended http_client
(edit) @ac83732   2006-05-19T07:48:30Z wilmer Merging --events=
(edit) @1b5ab36   2006-05-18T17:05:28Z wilmer User-Agent: header.
(edit) @41e5202   2006-05-18T16:50:06Z wilmer Damn typo…
(edit) @0eec386   2006-05-18T16:41:18Z wilmer Added a body_size attribute to http_client and fixed a possible NULL …
(edit) @266fe2f   2006-05-18T07:11:15Z wilmer Fixed return value bug in http_dorequest_url().
(edit) @0790644   2006-05-17T13:15:20Z wilmer Added http_dorequest_url().
(edit) @75cde5d   2006-05-16T21:27:59Z wilmer Fixed possible double free() in Jabber module.
(edit) @10a0abf   2006-05-16T21:23:21Z wilmer Idle values for Yahoo!
(edit) @c2ee85c   2006-05-16T21:21:34Z wilmer Merge from main tree.
(edit) @5a348c3   2006-05-16T07:09:11Z wilmer Yahoo module now passes the idle value to serv_got_update().
(edit) @dd89a55   2006-05-15T17:57:12Z wilmer Fixed various memory leaks/other possible problems after code review.
(edit) @af9980f   2006-05-15T09:57:04Z wilmer Removed g_event_remove_by_data().
(edit) @c98be00   2006-05-15T09:52:01Z wilmer No more need for remove_by_user_data, hope the auto-reconnect code …
(edit) @7a685f1   2006-05-15T09:26:54Z wilmer Added correct return values for callbacks in yahoo.c.
(edit) @b8b8c6c   2006-05-15T09:19:46Z wilmer Shutting up annoying compilers.
(edit) @85cf37f   2006-05-14T10:32:21Z wilmer Added --events= flag to configure.
(edit) @5330e3d   2006-05-14T09:05:41Z wilmer Oops, closesocket() didn't handle sockets with both a read- and a …
(edit) @919c27c   2006-05-14T08:41:05Z wilmer Fixed a little memory access bug.
(edit) @df70eafa   2006-05-13T23:43:21Z wilmer Disabled debugging, everything seems to be fine.
(edit) @3f199fc   2006-05-13T23:28:31Z wilmer Added a closesocket() that properly removes event handlers before …
(edit) @0356ae3   2006-05-13T22:30:51Z wilmer irc_vawrite() now first attempts to write() immediately (because …
(edit) @19ac9c5   2006-05-13T19:44:59Z wilmer Timeouts are now persistent.
(edit) @782d988   2006-05-13T19:01:14Z wilmer libevent code works better with epoll() now in some (pretty common) …
(edit) @309cb9e   2006-05-13T14:20:32Z wilmer OpenSSL support.
(edit) @2b7d2d1   2006-05-13T10:42:37Z wilmer Fixed GnuTLS support.
(edit) @fc2ee0f   2006-05-13T10:29:53Z wilmer It works, it works! \o/
(edit) @b642f381   2006-05-13T09:23:49Z wilmer Added some debugging.
(edit) @09f8cd1   2006-05-12T18:31:44Z wilmer Stable, almost finished.
(edit) @13cc96c   2006-05-12T18:03:02Z wilmer events_libevent.c
Note: See TracRevisionLog for help on using the revision log.