source: @ 8ca172f

Name Size Rev Date Author Last Change
debian b9572c1   2022-08-22T14:38:38Z Jelmer Vernooij Use system libjsonparser rather than bundled one.
doc cfe7243   2021-11-13T15:19:14Z dx doc: fix "defaults to first" in yes/no commands, mention query_order
init 8ca172f   2022-12-04T17:09:00Z noreply Systemd Enhancements: Create user and directory automatically (#163) …
lib 7e90c03   2022-11-28T17:47:55Z noreply Add HTML5 escape sequence for ', < and > (#164)
protocols b82ba4a   2022-06-22T19:19:34Z dx nogaim: Match case in imc_away_state_find() Match the provided …
tests da0202a   2022-08-22T14:38:38Z Jelmer Vernooij Support using system libjsonparser.
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 …
.vimrc 282 bytes ddca104   2012-09-15T16:26:32Z wilmer Adding a .vimrc as requested by Flexo/#983. I did correct the tabsize …
auth.h 337 bytes 8e6ecfe   2016-03-25T18:07:53Z dennis Authentication: scaffolding for multiple authentication backends …
sock.h 377 bytes 56c8a4f   2015-06-04T17:13:22Z dx sock.h: Add EAGAIN check to sockerr_again()
.gitignore 509 bytes 75222ab   2020-09-01T11:35:40Z dx gitignore: add debian subdirs and some tooling output A previous …
motd.txt 515 bytes ea166fe   2013-05-25T10:54:09Z wilmer Reformat MOTD a little bit. #1056
.travis.yml 1.0 KB bcd8f52   2019-10-31T19:42:53Z dx .travis.yml: fix dpkg-buildpackage with quilt format This adds the -b …
auth_pam.c 1.5 KB a6005da   2016-03-25T18:07:53Z dennis Linux pam authentication backend This backend authenticates users …
auth.c 1.5 KB 50bb490   2016-03-25T18:07:53Z dennis ldap authentication backend We only support the openldap scheme for …
commands.h 1.6 KB 5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
help.h 1.7 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 …
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 …
README.md 1.8 KB 3a547ee   2019-11-28T00:22:56Z robert g_hash_table_contains() exists since GLib >= 2.32 Usage of …
log.h 1.8 KB 5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
conf.h 1.9 KB 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 …
ipc.h 2.2 KB 5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
otr.h 2.4 KB 5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
storage.h 2.5 KB 5a8afc3   2016-11-21T06:58:47Z dx Manual merge with wilmer's approach to handling missing protocols …
irc_util.c 3.8 KB f7cc734   2018-07-31T04:41:25Z dx irc: implement server-time capability
dcc.h 3.9 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 …
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 …
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 …
storage.c 4.6 KB 90a45b8   2016-12-26T22:38:32Z dx Fix some clang static analyzer warnings Nothing interesting.
irc_cap.c 4.7 KB f7cc734   2018-07-31T04:41:25Z dx irc: implement server-time capability
set.h 4.7 KB e41ba05   2016-03-23T06:44:13Z dennis Allow individual settings to be locked down This allows a site admin …
bitlbee.conf 5.6 KB 50bb490   2016-03-25T18:07:53Z dennis ldap authentication backend We only support the openldap scheme for …
set.c 5.8 KB 90a45b8   2016-12-26T22:38:32Z dx Fix some clang static analyzer warnings Nothing interesting.
Makefile 5.8 KB 8ca172f   2022-12-04T17:09:00Z noreply Systemd Enhancements: Create user and directory automatically (#163) …
bitlbee.h 5.8 KB ff9f3e3   2019-02-07T19:52:53Z dx BitlBee 3.6
irc_user.c 6.4 KB 9767d03   2018-07-31T04:41:55Z dx Modify server-time implementation to not change API The new functions …
bitlbee.c 9.1 KB c82e4ca   2018-07-31T03:40:26Z dx Use GString for irc->sendbuffer (simpler and faster) The old code …
nick.c 10.9 KB 9c7ef22   2016-12-26T00:31:18Z dx nick_strip: accept null irc parameter Sometimes I'm randomly reminded …
unix.c 11.6 KB fb774da   2022-09-07T14:51:33Z Jelmer Vernooij use EXIT_FAILURE consistently
conf.c 12.8 KB 2e5f594   2022-06-22T11:52:03Z dx conf: Improve bitlbee -V output
storage_xml.c 13.0 KB 17a58df   2017-04-17T00:11:48Z i Move handle_settings before xt_handle. utf8_nicks should be …
irc.h 13.3 KB 9767d03   2018-07-31T04:41:55Z dx Modify server-time implementation to not change API The new functions …
irc_send.c 14.4 KB 9767d03   2018-07-31T04:41:55Z dx Modify server-time implementation to not change API The new functions …
dcc.c 14.9 KB 9767d03   2018-07-31T04:41:55Z dx Modify server-time implementation to not change API The new functions …
COPYING 17.7 KB 6f10697   2015-01-16T19:50:23Z dx Fix incorrect Free Software Foundation address
irc_channel.c 23.1 KB 9767d03   2018-07-31T04:41:55Z dx Modify server-time implementation to not change API The new functions …
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 …
configure 25.9 KB 8ca172f   2022-12-04T17:09:00Z noreply Systemd Enhancements: Create user and directory automatically (#163) …
irc.c 26.2 KB c82e4ca   2018-07-31T03:40:26Z dx Use GString for irc->sendbuffer (simpler and faster) The old code …
irc_commands.c 27.0 KB 9767d03   2018-07-31T04:41:55Z dx Modify server-time implementation to not change API The new functions …
irc_im.c 28.7 KB 61fc056   2018-08-26T20:56:09Z dx irc_im: fix away_reply_timeout getting reset too often The hangouts …
root_commands.c 43.3 KB a8196d6   2021-03-23T14:17:27Z arkamar root_commands: prevent linker error when plugins are disabled This …
otr.c 59.4 KB 37437f2   2018-08-26T21:17:06Z dx otr: Don't block attempts to connect/smp/smpq to "offline" users …
Note: See TracBrowser for help on using the repository browser.