source: @ c227706

Name Size Rev Date Author Last Change
utils 9e08d5d   2006-04-07T19:27:58Z wilmer Got rid of some old e-mail addresses.
doc 7740c4c   2006-12-05T22:57:02Z Jelmer Vernooij Fix xslt with newer (more pedantic) XSLT processors.
lib a51be64   2006-12-06T14:16:56Z Jelmer Vernooij Fix gcov.
protocols a51be64   2006-12-06T14:16:56Z Jelmer Vernooij Fix gcov.
tests c227706   2006-12-24T19:35:13Z Jelmer Vernooij Refactor the help code to take a filename rather than using the global …
COPYING 17.6 KB b7d3cc34   2005-11-06T18:23:18Z wilmer Initial repository (0.99 release tree)
motd.txt 542 bytes b7d3cc34   2005-11-06T18:23:18Z wilmer Initial repository (0.99 release tree)
query.h 1.7 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
bitlbee.conf 3.4 KB 2a6ca4f   2006-01-04T11:16:58Z wilmer Better handling of IPv4 connections in IPv6 mode. (Wrapping/Unwrapping …
log.c 4.8 KB ac9f0e9   2006-01-18T07:53:50Z wilmer Formatting changes.
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.h 1.8 KB 34b17d9   2006-02-02T13:21:44Z wilmer Added PID-file code.
user.h 1.9 KB 9b8a38b   2006-03-22T18:22:41Z wilmer Buddy group data is now stored in the user_t structure.
storage_ldap.c 4.2 KB a15c097   2006-03-24T16:48:16Z Jelmer Vernooij More work on LDAP backend; report errors
ipc.h 2.1 KB a9ca7dd   2006-05-23T08:18:24Z wilmer Added G_GNUC_PRINTF(...) to definitions of functions that take format …
log.h 1.8 KB a9ca7dd   2006-05-23T08:18:24Z wilmer Added G_GNUC_PRINTF(...) to definitions of functions that take format …
storage.h 2.6 KB c121f89   2006-06-14T20:30:25Z wilmer xml_load() works pretty well now.
conf.c 9.3 KB 5c9512f   2006-06-30T09:17:18Z wilmer Made set.c API more generic so it's not specific to irc_t structures …
query.c 3.9 KB 5c9512f   2006-06-30T09:17:18Z wilmer Made set.c API more generic so it's not specific to irc_t structures …
account.h 1.9 KB 5b52a48   2006-07-03T21:22:45Z wilmer Implemented per-account nick lists instead of per-protocol nick lists. …
bitlbee.h 4.7 KB 5b52a48   2006-07-03T21:22:45Z wilmer Implemented per-account nick lists instead of per-protocol nick lists. …
irc.h 4.0 KB 5b52a48   2006-07-03T21:22:45Z wilmer Implemented per-account nick lists instead of per-protocol nick lists. …
nick.c 6.1 KB 5b52a48   2006-07-03T21:22:45Z wilmer Implemented per-account nick lists instead of per-protocol nick lists. …
nick.h 1.6 KB 5b52a48   2006-07-03T21:22:45Z wilmer Implemented per-account nick lists instead of per-protocol nick lists. …
storage.c 4.7 KB 7e3592e   2006-07-05T18:34:31Z wilmer Fixed text_load(), added detection of primary storage backends without …
Makefile 3.4 KB 66b9e86e   2006-07-07T13:33:31Z Jelmer Vernooij Add support for checking test suite coverage using gcov.
.bzrignore 179 bytes f4aa393   2006-07-07T13:34:01Z Jelmer Vernooij Ignore *.o files (removed from global ignores in bzr 0.9)
sock.h 1.1 KB b0a33a5   2006-07-11T09:28:44Z wilmer Better handling of situations where IPv6 is not available at run-time.
bitlbee.c 8.6 KB 6398094   2006-07-12T08:07:47Z wilmer Removed #defines used to simulate systems without IPv6 support.
account.c 5.3 KB 04026d4   2006-07-15T17:26:13Z wilmer Fixed a broken call to set_get() (CRASH), shut up a compiler warning …
user.c 5.6 KB d5ccd83   2006-08-13T19:15:23Z wilmer Extra comments in set.h and now properly using set_getbool() instead …
set.h 3.8 KB 0383943   2006-08-24T22:06:52Z wilmer Added message on successful creation of accounts and fixed "set …
root_commands.c 20.7 KB 3ef6410   2006-10-15T09:26:06Z wilmer Removed a reference to an already free()d variable from cmd_remove().
configure 11.8 KB 670204f   2006-10-22T12:43:40Z wilmer Copied 1.0.x changelogs, disabled LDAP support in configure (because …
storage_text.c 4.8 KB 28eda86   2006-10-22T13:53:55Z wilmer Fixed #181. (Using wrong (static) variable in error messages.)
set.c 5.4 KB 6237ded   2006-10-22T13:58:32Z wilmer set_eval_int() was pretty broken…
irc.c 30.9 KB bbb6ffb   2006-10-31T08:35:36Z wilmer Disabling little optimization in irc.c because it can't be done safely …
ipc.c 13.4 KB dfc8a46   2006-11-24T19:39:59Z wilmer Bye bye lilo. I've never been a fan of yours, but let's not make fun …
irc_commands.c 17.3 KB dfc8a46   2006-11-24T19:39:59Z wilmer Bye bye lilo. I've never been a fan of yours, but let's not make fun …
storage_xml.c 14.7 KB 55078f5   2006-11-25T09:20:29Z wilmer Forgot to pass O_CREAT to open() which can cause problems if there's a …
help.c 3.2 KB c227706   2006-12-24T19:35:13Z Jelmer Vernooij Refactor the help code to take a filename rather than using the global …
help.h 1.5 KB c227706   2006-12-24T19:35:13Z Jelmer Vernooij Refactor the help code to take a filename rather than using the global …
unix.c 5.6 KB c227706   2006-12-24T19:35:13Z Jelmer Vernooij Refactor the help code to take a filename rather than using the global …
Note: See TracBrowser for help on using the repository browser.