source: @ 695e392

Name Size Rev Date Author Last Change
doc 574af7e   2006-05-25T23:20:54Z Jelmer Vernooij Require GLib 2
protocols 695e392   2006-10-13T21:44:54Z wilmer Fixed some memory leaking in the MSN Passport code.
tests 1fc2958   2006-06-16T12:07:51Z Jelmer Vernooij Add checks for nick functions as well, fix bug where nick lengths …
utils 9e08d5d   2006-04-07T19:27:58Z wilmer Got rid of some old e-mail addresses.
.bzrignore 154 bytes c2fa827   2006-06-16T11:48:52Z Jelmer Vernooij Add unit testing infrastructure.
account.c 4.0 KB c99af3a   2006-04-13T07:30:11Z wilmer Removed account_offline(), we have signoff() already.
account.h 1.7 KB 7b23afd   2005-11-07T16:16:18Z Jelmer Vernooij Migrate my pluginable branch to use Wilmers' branch as parent
bitlbee.c 8.4 KB 6398094   2006-07-12T08:07:47Z wilmer Removed #defines used to simulate systems without IPv6 support.
bitlbee.conf 3.4 KB 2a6ca4f   2006-01-04T11:16:58Z wilmer Better handling of IPv4 connections in IPv6 mode. (Wrapping/Unwrapping …
bitlbee.h 4.7 KB ba9edaa   2006-05-10T17:34:46Z wilmer Moved everything to the BitlBee event handling API.
commands.h 1.5 KB f73b969   2006-01-20T15:15:49Z wilmer Renamed commands.c, got rid of return values in all command functions.
conf.c 9.3 KB dd89a55   2006-05-15T17:57:12Z wilmer Fixed various memory leaks/other possible problems after code review.
conf.h 1.8 KB 34b17d9   2006-02-02T13:21:44Z wilmer Added PID-file code.
configure 10.9 KB 574af7e   2006-05-25T23:20:54Z Jelmer Vernooij Require GLib 2
COPYING 17.6 KB b7d3cc34   2005-11-06T18:23:18Z wilmer Initial repository (0.99 release tree)
crypting.c 4.6 KB a301379c   2005-12-13T22:43:59Z Jelmer Vernooij Simplify obfuscation functions - make them a bit more bitlbee-independent
crypting.h 1.4 KB a301379c   2005-12-13T22:43:59Z Jelmer Vernooij Simplify obfuscation functions - make them a bit more bitlbee-independent
help.c 3.2 KB 022e77f   2006-03-06T12:15:46Z wilmer Fixed error handling on empty help topics. (See #109)
help.h 1.5 KB b7d3cc34   2005-11-06T18:23:18Z wilmer Initial repository (0.99 release tree)
ini.c 2.3 KB c92e6801   2005-11-12T01:05:32Z wilmer Updates copyright headers of files that were changed in 2005 too. …
ini.h 1.4 KB b7d3cc34   2005-11-06T18:23:18Z wilmer Initial repository (0.99 release tree)
ipc.c 13.4 KB 3af70b0   2006-06-15T12:37:05Z wilmer !x&y == (!x)&y, not !(x&y).
ipc.h 2.1 KB a9ca7dd   2006-05-23T08:18:24Z wilmer Added G_GNUC_PRINTF(...) to definitions of functions that take format …
irc.c 31.1 KB b0a33a5   2006-07-11T09:28:44Z wilmer Better handling of situations where IPv6 is not available at run-time.
irc.h 4.0 KB 79e826a   2006-06-15T12:22:17Z wilmer Converted irc->status to binary flags. (This also fixes …
irc_commands.c 17.3 KB 2f13222   2006-06-25T19:55:18Z wilmer IRC protocol compliance fixes (closes: #158, #159, #160).
log.c 4.8 KB ac9f0e9   2006-01-18T07:53:50Z wilmer Formatting changes.
log.h 1.8 KB a9ca7dd   2006-05-23T08:18:24Z wilmer Added G_GNUC_PRINTF(...) to definitions of functions that take format …
Makefile 3.4 KB c2fa827   2006-06-16T11:48:52Z Jelmer Vernooij Add unit testing infrastructure.
motd.txt 542 bytes b7d3cc34   2005-11-06T18:23:18Z wilmer Initial repository (0.99 release tree)
nick.c 6.0 KB 1fc2958   2006-06-16T12:07:51Z Jelmer Vernooij Add checks for nick functions as well, fix bug where nick lengths …
nick.h 1.7 KB 1eddf6b   2005-12-08T12:30:43Z Jelmer Vernooij Add some const
query.c 3.9 KB 7bf0f5f0   2006-04-07T09:22:48Z wilmer Filled in show_got_added().
query.h 1.7 KB b7d3cc34   2005-11-06T18:23:18Z wilmer Initial repository (0.99 release tree)
root_commands.c 19.8 KB 2811940   2006-07-27T14:55:53Z wilmer Copy-paste considered harmful + Fixed double handling of …
set.c 5.1 KB dd89a55   2006-05-15T17:57:12Z wilmer Fixed various memory leaks/other possible problems after code review.
set.h 2.1 KB b7d3cc34   2005-11-06T18:23:18Z wilmer Initial repository (0.99 release tree)
sock.h 1.1 KB b0a33a5   2006-07-11T09:28:44Z wilmer Better handling of situations where IPv6 is not available at run-time.
storage.c 4.5 KB b73ac9c   2005-12-13T23:05:27Z Jelmer Vernooij Add support for 'primary' and 'migrate' account storages. Fix two bugs …
storage.h 2.5 KB b73ac9c   2005-12-13T23:05:27Z Jelmer Vernooij Add support for 'primary' and 'migrate' account storages. Fix two bugs …
storage_text.c 9.2 KB 79e826a   2006-06-15T12:22:17Z wilmer Converted irc->status to binary flags. (This also fixes …
unix.c 5.6 KB ba9edaa   2006-05-10T17:34:46Z wilmer Moved everything to the BitlBee event handling API.
url.c 2.9 KB 6fda350   2006-01-15T16:41:55Z wilmer Fixed a bug in url.c that interpreted all http-urls as https.
url.h 1.5 KB 7b23afd   2005-11-07T16:16:18Z Jelmer Vernooij Migrate my pluginable branch to use Wilmers' branch as parent
user.c 5.2 KB 38cc9d4   2006-06-25T16:40:00Z wilmer Fixed a memory leak (u->group).
user.h 1.9 KB 9b8a38b   2006-03-22T18:22:41Z wilmer Buddy group data is now stored in the user_t structure.
util.c 9.8 KB 574af7e   2006-05-25T23:20:54Z Jelmer Vernooij Require GLib 2
util.h 2.1 KB e27661d   2006-03-31T17:55:47Z wilmer Finished the iconv() fix. Instead of doing it every time something …
Note: See TracBrowser for help on using the repository browser.