source:

Name Size Rev Date Author Last Change
.github 210d1d9   2023-12-03T12:29:07Z jelmer.vernooij Bump GitHub actions/checkout from 3 to 4
debian b9572c1   2022-08-22T14:38:38Z Jelmer Vernooij Use system libjsonparser rather than bundled one.
doc acf26c3   2023-08-04T11:43:31Z jelmer.vernooij remove references to my old nickname
init 8ca172f   2022-12-04T17:09:00Z noreply Systemd Enhancements: Create user and directory automatically (#163) …
lib af09afd   2023-04-02T16:40:12Z noreply Simplify g_memdup2() usage (#179)
protocols cad74fb   2023-04-07T20:55:52Z noreply twitter: switch to an app that didn't get murdered yet (#187) Wonder …
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 …
.gitignore 509 bytes 75222ab   2020-09-01T11:35:40Z dx gitignore: add debian subdirs and some tooling output A previous …
.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 6.0 KB 92a03a0   2023-04-03T19:10:41Z noreply HTTPSify BitlBee URLs (#180) ...and refer to GitHub instead of Bazaar.
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.8 KB 2e5f594   2022-06-22T11:52:03Z dx conf: Improve bitlbee -V output
conf.h 1.9 KB 8e6ecfe   2016-03-25T18:07:53Z dennis Authentication: scaffolding for multiple authentication backends …
configure 25.9 KB 612b49d   2023-04-16T03:18:07Z noreply configure: address ShellCheck reports and add ShellCheck job (#189)
COPYING 17.7 KB 6f10697   2015-01-16T19:50:23Z dx Fix incorrect Free Software Foundation address
dcc.c 14.9 KB 9767d03   2018-07-31T04:41:55Z dx Modify server-time implementation to not change API The new functions …
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 13.3 KB 9767d03   2018-07-31T04:41:55Z dx Modify server-time implementation to not change API The new functions …
irc_cap.c 4.7 KB f7cc734   2018-07-31T04:41:25Z dx irc: implement server-time capability
irc_channel.c 23.1 KB 9767d03   2018-07-31T04:41:55Z dx Modify server-time implementation to not change API The new functions …
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 …
irc_send.c 14.4 KB 9767d03   2018-07-31T04:41:55Z dx Modify server-time implementation to not change API The new functions …
irc_user.c 6.4 KB 9767d03   2018-07-31T04:41:55Z dx Modify server-time implementation to not change API The new functions …
irc_util.c 3.8 KB f7cc734   2018-07-31T04:41:25Z dx irc: implement server-time capability
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.9 KB 82149f4   2023-03-04T19:59:09Z noreply Fixes related to external-json-parser (#165) * configure: append …
motd.txt 516 bytes 92a03a0   2023-04-03T19:10:41Z noreply HTTPSify BitlBee URLs (#180) ...and refer to GitHub instead of Bazaar.
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.4 KB 37437f2   2018-08-26T21:17:06Z dx otr: Don't block attempts to connect/smp/smpq to "offline" users …
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.9 KB 10425b2   2023-04-01T20:30:46Z noreply Migrate badge/shield from Travis to GitHub Actions (#177)
root_commands.c 43.3 KB a8196d6   2021-03-23T14:17:27Z arkamar root_commands: prevent linker error when plugins are disabled This …
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.1 KB 1bdc669   2023-02-23T23:48:10Z noreply Migrate internal users of md5.h to using GChecksum directly (#169) * …
unix.c 11.7 KB 1bdc669   2023-02-23T23:48:10Z noreply Migrate internal users of md5.h to using GChecksum directly (#169) * …
Note: See TracBrowser for help on using the repository browser.