source: @ c82e4ca

Name Size Rev Date Author Last Change
debian f8d2cff   2018-04-11T06:16:02Z dx debian: turn -common and -dev into arch:any to safely use --link-doc …
doc ac8b4d9   2018-07-09T23:44:15Z dx rename -del help clarification
init bdf9214   2017-04-13T20:17:21Z dx init/bitlbee@.service: send stderr to syslog instead of the socket
lib 9e83b15   2018-07-03T05:58:47Z dx Add a hash table to speed up bee_user_by_handle() This maintains a …
protocols c17d0af   2018-07-05T07:03:35Z dx purple: Add "bitlbee-set-account-password" signal Replacement API for …
tests 671b1ef   2017-10-05T03:00:54Z dx tests: fix build warnings in jabber_buddy_by_jid tests
utils 5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
.gdbinit 29 bytes a07a8c2   2012-09-23T22:09:52Z wilmer Add a .gdbinit that disables ASLR (added by PIE compilation) at …
.gitignore 335 bytes 90adf84   2015-02-22T14:59:37Z wilmer Add /bitlbee@?\.service/ to .gitignore so "git add ." won't keep …
.travis.yml 1.5 KB ac3b8ff   2018-03-19T17:02:01Z dx debian: remove skype plugin stuff
.vimrc 282 bytes ddca104   2012-09-15T16:26:32Z wilmer Adding a .vimrc as requested by Flexo/#983. I did correct the tabsize …
auth.c 1.5 KB 50bb490   2016-03-25T18:07:53Z dennis ldap authentication backend We only support the openldap scheme for …
auth.h 337 bytes 8e6ecfe   2016-03-25T18:07:53Z dennis Authentication: scaffolding for multiple authentication backends …
auth_ldap.c 2.0 KB 50bb490   2016-03-25T18:07:53Z dennis ldap authentication backend We only support the openldap scheme for …
auth_pam.c 1.5 KB a6005da   2016-03-25T18:07:53Z dennis Linux pam authentication backend This backend authenticates users …
bitlbee.c 9.1 KB c82e4ca   2018-07-31T03:40:26Z dx Use GString for irc->sendbuffer (simpler and faster) The old code …
bitlbee.conf 5.6 KB 50bb490   2016-03-25T18:07:53Z dennis ldap authentication backend We only support the openldap scheme for …
bitlbee.h 5.9 KB 262a82b   2017-01-30T20:44:32Z dx BitlBee 3.5.1
commands.h 1.6 KB 5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
conf.c 12.5 KB 50bb490   2016-03-25T18:07:53Z dennis ldap authentication backend We only support the openldap scheme for …
conf.h 1.9 KB 8e6ecfe   2016-03-25T18:07:53Z dennis Authentication: scaffolding for multiple authentication backends …
configure 24.3 KB 0d2cd10   2018-03-26T16:48:32Z dx Write backtrace to /var/lib/bitlbee/crash.log on SIGSEGV …
COPYING 17.7 KB 6f10697   2015-01-16T19:50:23Z dx Fix incorrect Free Software Foundation address
dcc.c 14.9 KB 2e8523b   2016-12-31T20:40:09Z dx Use NI_MAXHOST rather than HOST_NAME_MAX for host lengths. This …
dcc.h 3.9 KB 5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
help.c 4.4 KB 42a418e   2015-11-26T01:59:00Z dx help: free strings added by help_add_mem() Not really a leak, but I …
help.h 1.7 KB 5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
ipc.c 23.8 KB c9e9c9c   2017-03-12T04:27:59Z dx Another instance where PF_UNIX was used and shouldn't. I couldn't …
ipc.h 2.2 KB 5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
irc.c 26.2 KB c82e4ca   2018-07-31T03:40:26Z dx Use GString for irc->sendbuffer (simpler and faster) The old code …
irc.h 12.9 KB c82e4ca   2018-07-31T03:40:26Z dx Use GString for irc->sendbuffer (simpler and faster) The old code …
irc_cap.c 4.6 KB c9603a3   2016-04-06T18:08:41Z marius.h Ignore CAP END when received multiple times This fixes a segfault …
irc_channel.c 23.1 KB 5c90890   2018-07-12T08:54:12Z dx Stop using the irc->users linked list, use the hash table instead …
irc_commands.c 27.0 KB 5c90890   2018-07-12T08:54:12Z dx Stop using the irc->users linked list, use the hash table instead …
irc_im.c 28.8 KB 5c90890   2018-07-12T08:54:12Z dx Stop using the irc->users linked list, use the hash table instead …
irc_send.c 13.8 KB b7fec48   2016-10-18T06:57:41Z dx Support motd.txt files bigger than 2048 chars By using …
irc_user.c 6.4 KB 5c90890   2018-07-12T08:54:12Z dx Stop using the irc->users linked list, use the hash table instead …
irc_util.c 3.5 KB 345577b   2015-10-30T10:27:20Z dx IRC self-message support (messages sent by yourself from other …
log.c 4.4 KB 0edc2fb   2015-10-30T10:31:09Z dx log: Refactor log_link() to be less redundant. "I didn't feel like …
log.h 1.8 KB 5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
Makefile 5.6 KB a949b43   2018-03-11T19:33:55Z dx Remove old skype plugin. Use the skypeweb purple plugin instead. RIP …
motd.txt 515 bytes ea166fe   2013-05-25T10:54:09Z wilmer Reformat MOTD a little bit. #1056
nick.c 10.9 KB 9c7ef22   2016-12-26T00:31:18Z dx nick_strip: accept null irc parameter Sometimes I'm randomly reminded …
nick.h 1.8 KB e3e2059   2015-04-06T12:35:57Z dx irc: split bee_irc_chat_name_hint in a few functions Also split …
otr.c 59.6 KB a1c92dd   2017-10-04T17:28:55Z sankeytms Add quotations around <answer> and <secret> in the otr docs The user …
otr.h 2.4 KB 5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
query.c 4.2 KB 5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
query.h 1.7 KB 5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
README.md 1.8 KB 896bea2   2018-05-08T13:20:56Z wilmer Fix bitlbee.org URLs.
root_commands.c 43.2 KB 5c90890   2018-07-12T08:54:12Z dx Stop using the irc->users linked list, use the hash table instead …
set.c 5.8 KB 90a45b8   2016-12-26T22:38:32Z dx Fix some clang static analyzer warnings Nothing interesting.
set.h 4.7 KB e41ba05   2016-03-23T06:44:13Z dennis Allow individual settings to be locked down This allows a site admin …
sock.h 377 bytes 56c8a4f   2015-06-04T17:13:22Z dx sock.h: Add EAGAIN check to sockerr_again()
storage.c 4.6 KB 90a45b8   2016-12-26T22:38:32Z dx Fix some clang static analyzer warnings Nothing interesting.
storage.h 2.5 KB 5a8afc3   2016-11-21T06:58:47Z dx Manual merge with wilmer's approach to handling missing protocols …
storage_xml.c 13.0 KB 17a58df   2017-04-17T00:11:48Z i Move handle_settings before xt_handle. utf8_nicks should be …
unix.c 11.4 KB c82e4ca   2018-07-31T03:40:26Z dx Use GString for irc->sendbuffer (simpler and faster) The old code …
Note: See TracBrowser for help on using the repository browser.