source: @ 1ea13be

Name Size Rev Date Author Last Change
doc 40657a3   2005-12-04T02:49:07Z wilmer ChangeLog update, this should cover all important changes in 1.0. Also …
protocols 277674c   2006-01-13T16:41:46Z wilmer Got rid of yahoo_list, since GLib has this all already. Couldn't test …
utils fe51bcf   2005-11-07T15:41:25Z wilmer Timing moved his site make tar exludes .bzr now
.bzrignore 118 bytes 87c24ba   2005-12-08T16:00:29Z Jelmer Vernooij Ignore decode/encode utilities
account.c 3.5 KB 547f937   2005-12-14T11:15:04Z Jelmer Vernooij Remove statement that couldn't be executed anyway
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 7.0 KB 74c119d   2006-01-15T15:42:20Z wilmer Better DIE implementation, added SO_REUSEADDR to listening socket.
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.1 KB 5c577bd   2006-01-13T22:10:29Z wilmer IPC code (by no means final)
commands.c 18.7 KB 0298d11   2006-01-13T23:51:21Z wilmer Moved all IRC commands to separate functions in irc_commands.c. At …
commands.h 1.5 KB f4a5940   2006-01-15T20:31:59Z wilmer Added REHASH command, IPC emulation in daemon (non-forked) mode.
conf.c 8.6 KB f4a5940   2006-01-15T20:31:59Z wilmer Added REHASH command, IPC emulation in daemon (non-forked) mode.
conf.h 1.8 KB d25f6fc   2005-12-26T14:02:47Z wilmer Added OperPassword and RunMode = ForkDaemon settings. Oper stuff is …
configure 9.8 KB 4fe4be2   2006-01-10T14:20:48Z wilmer Removed send-flood protection code completely.
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.3 KB c92e6801   2005-11-12T01:05:32Z wilmer Updates copyright headers of files that were changed in 2005 too. …
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 7.4 KB 1ea13be   2006-01-18T18:14:35Z wilmer Fixed a bad mistake in ipc_readline() error handling.
ipc.h 1.6 KB f4a5940   2006-01-15T20:31:59Z wilmer Added REHASH command, IPC emulation in daemon (non-forked) mode.
irc.c 26.7 KB 74c119d   2006-01-15T15:42:20Z wilmer Better DIE implementation, added SO_REUSEADDR to listening socket.
irc.h 3.9 KB 74c119d   2006-01-15T15:42:20Z wilmer Better DIE implementation, added SO_REUSEADDR to listening socket.
irc_commands.c 17.1 KB 48721c3   2006-01-17T21:15:42Z wilmer A KILL command. Unfortunately the user doesn't see the KILL message …
log.c 4.7 KB 22d41a2   2005-11-18T19:10:20Z wilmer Quit messages should appear again, at least on crashes. (And when …
log.h 1.8 KB c92e6801   2005-11-12T01:05:32Z wilmer Updates copyright headers of files that were changed in 2005 too. …
Makefile 2.7 KB 0298d11   2006-01-13T23:51:21Z wilmer Moved all IRC commands to separate functions in irc_commands.c. At …
motd.txt 542 bytes b7d3cc34   2005-11-06T18:23:18Z wilmer Initial repository (0.99 release tree)
nick.c 6.0 KB 1eddf6b   2005-12-08T12:30:43Z Jelmer Vernooij Add some const
nick.h 1.7 KB 1eddf6b   2005-12-08T12:30:43Z Jelmer Vernooij Add some const
query.c 3.7 KB ea85a0b   2005-11-16T14:22:22Z wilmer Some more formatting changes in the auth. request messages
query.h 1.7 KB b7d3cc34   2005-11-06T18:23:18Z wilmer Initial repository (0.99 release tree)
set.c 5.1 KB c92e6801   2005-11-12T01:05:32Z wilmer Updates copyright headers of files that were changed in 2005 too. …
set.h 2.1 KB b7d3cc34   2005-11-06T18:23:18Z wilmer Initial repository (0.99 release tree)
sock.h 1.2 KB e4d6271   2005-12-27T14:39:32Z wilmer IPv6 socket improvements. Daemon mode can now also listen on IPv6 …
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 d25f6fc   2005-12-26T14:02:47Z wilmer Added OperPassword and RunMode = ForkDaemon settings. Oper stuff is …
unix.c 4.9 KB d25f6fc   2005-12-26T14:02:47Z wilmer Added OperPassword and RunMode = ForkDaemon settings. Oper stuff is …
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.3 KB 9cb9868   2005-11-15T14:47:17Z Jelmer Vernooij Remove handle_cmp() replacing it by a protocol-specific function.
user.h 1.9 KB b7d3cc34   2005-11-06T18:23:18Z wilmer Initial repository (0.99 release tree)
util.c 8.6 KB dd8d4c5   2006-01-10T14:36:49Z wilmer http_encode() now just escapes everything except [A-Za-z0-9]. Should …
Note: See TracBrowser for help on using the repository browser.