source:
@
b8b931d
Name | Size | Rev | Date | Author | Last Change |
---|---|---|---|---|---|
utils | 5ebff60 | 2015-02-20T22:50:54Z | Reindent everything to K&R style with tabs Used uncrustify, with the … | ||
tests | b15cbc4 | 2020-03-17T11:29:47Z | Make the irc test work with libevent | ||
protocols | b8b931d | 2020-05-07T19:33:52Z | Add support for group reply using auto_populate_reply_metadata (#146) | ||
lib | c479242 | 2020-04-05T13:53:06Z | events_glib: fix some g_main_loop deprecation warnings | ||
init | bdf9214 | 2017-04-13T20:17:21Z | init/bitlbee@.service: send stderr to syslog instead of the socket | ||
doc | b8b931d | 2020-05-07T19:33:52Z | Add support for group reply using auto_populate_reply_metadata (#146) | ||
debian | f89cdbd | 2019-10-19T17:29:47Z | Upgrade to newer source format. (#135) Fixes lintian: … | ||
unix.c | 11.5 KB | 10b3683 | 2019-05-23T11:06:37Z | Don't make early warnings go nowhere between log_init and the … | |
storage_xml.c | 13.0 KB | 17a58df | 2017-04-17T00:11:48Z |
Move handle_settings before xt_handle .
utf8_nicks should be …
|
|
storage.h | 2.5 KB | 5a8afc3 | 2016-11-21T06:58:47Z | Manual merge with wilmer's approach to handling missing protocols … | |
storage.c | 4.6 KB | 90a45b8 | 2016-12-26T22:38:32Z | Fix some clang static analyzer warnings Nothing interesting. | |
sock.h | 377 bytes | 56c8a4f | 2015-06-04T17:13:22Z | sock.h: Add EAGAIN check to sockerr_again() | |
set.h | 4.7 KB | e41ba05 | 2016-03-23T06:44:13Z | Allow individual settings to be locked down This allows a site admin … | |
set.c | 5.8 KB | 90a45b8 | 2016-12-26T22:38:32Z | Fix some clang static analyzer warnings Nothing interesting. | |
root_commands.c | 43.2 KB | 5c90890 | 2018-07-12T08:54:12Z | Stop using the irc->users linked list, use the hash table instead … | |
README.md | 1.8 KB | 3a547ee | 2019-11-28T00:22:56Z | g_hash_table_contains() exists since GLib >= 2.32 Usage of … | |
query.h | 1.7 KB | 5ebff60 | 2015-02-20T22:50:54Z | Reindent everything to K&R style with tabs Used uncrustify, with the … | |
query.c | 4.2 KB | 5ebff60 | 2015-02-20T22:50:54Z | Reindent everything to K&R style with tabs Used uncrustify, with the … | |
otr.h | 2.4 KB | 5ebff60 | 2015-02-20T22:50:54Z | Reindent everything to K&R style with tabs Used uncrustify, with the … | |
otr.c | 59.4 KB | 37437f2 | 2018-08-26T21:17:06Z | otr: Don't block attempts to connect/smp/smpq to "offline" users … | |
nick.h | 1.8 KB | e3e2059 | 2015-04-06T12:35:57Z | irc: split bee_irc_chat_name_hint in a few functions Also split … | |
nick.c | 10.9 KB | 9c7ef22 | 2016-12-26T00:31:18Z | nick_strip: accept null irc parameter Sometimes I'm randomly reminded … | |
motd.txt | 515 bytes | ea166fe | 2013-05-25T10:54:09Z | Reformat MOTD a little bit. #1056 | |
Makefile | 5.6 KB | a949b43 | 2018-03-11T19:33:55Z | Remove old skype plugin. Use the skypeweb purple plugin instead. RIP … | |
log.h | 1.8 KB | 5ebff60 | 2015-02-20T22:50:54Z | Reindent everything to K&R style with tabs Used uncrustify, with the … | |
log.c | 4.4 KB | 0edc2fb | 2015-10-30T10:31:09Z | log: Refactor log_link() to be less redundant. "I didn't feel like … | |
irc_util.c | 3.8 KB | f7cc734 | 2018-07-31T04:41:25Z | irc: implement server-time capability | |
irc_user.c | 6.4 KB | 9767d03 | 2018-07-31T04:41:55Z | Modify server-time implementation to not change API The new functions … | |
irc_send.c | 14.4 KB | 9767d03 | 2018-07-31T04:41:55Z | Modify server-time implementation to not change API The new functions … | |
irc_im.c | 28.7 KB | 61fc056 | 2018-08-26T20:56:09Z | irc_im: fix away_reply_timeout getting reset too often The hangouts … | |
irc_commands.c | 27.0 KB | 9767d03 | 2018-07-31T04:41:55Z | Modify server-time implementation to not change API The new functions … | |
irc_channel.c | 23.1 KB | 9767d03 | 2018-07-31T04:41:55Z | Modify server-time implementation to not change API The new functions … | |
irc_cap.c | 4.7 KB | f7cc734 | 2018-07-31T04:41:25Z | irc: implement server-time capability | |
irc.h | 13.3 KB | 9767d03 | 2018-07-31T04:41:55Z | Modify server-time implementation to not change API The new functions … | |
irc.c | 26.2 KB | c82e4ca | 2018-07-31T03:40:26Z | Use GString for irc->sendbuffer (simpler and faster) The old code … | |
ipc.h | 2.2 KB | 5ebff60 | 2015-02-20T22:50:54Z | Reindent everything to K&R style with tabs Used uncrustify, with the … | |
ipc.c | 23.8 KB | c9e9c9c | 2017-03-12T04:27:59Z | Another instance where PF_UNIX was used and shouldn't. I couldn't … | |
help.h | 1.7 KB | 5ebff60 | 2015-02-20T22:50:54Z | Reindent everything to K&R style with tabs Used uncrustify, with the … | |
help.c | 4.4 KB | 42a418e | 2015-11-26T01:59:00Z | help: free strings added by help_add_mem() Not really a leak, but I … | |
dcc.h | 3.9 KB | 5ebff60 | 2015-02-20T22:50:54Z | Reindent everything to K&R style with tabs Used uncrustify, with the … | |
dcc.c | 14.9 KB | 9767d03 | 2018-07-31T04:41:55Z | Modify server-time implementation to not change API The new functions … | |
COPYING | 17.7 KB | 6f10697 | 2015-01-16T19:50:23Z | Fix incorrect Free Software Foundation address | |
configure | 24.0 KB | 3a547ee | 2019-11-28T00:22:56Z | g_hash_table_contains() exists since GLib >= 2.32 Usage of … | |
conf.h | 1.9 KB | 8e6ecfe | 2016-03-25T18:07:53Z | Authentication: scaffolding for multiple authentication backends … | |
conf.c | 12.6 KB | 365dd59 | 2019-05-23T08:57:02Z | conf: support AccountStorage as well as Account_Storage These … | |
commands.h | 1.6 KB | 5ebff60 | 2015-02-20T22:50:54Z | Reindent everything to K&R style with tabs Used uncrustify, with the … | |
bitlbee.h | 5.8 KB | ff9f3e3 | 2019-02-07T19:52:53Z | BitlBee 3.6 | |
bitlbee.conf | 5.6 KB | 50bb490 | 2016-03-25T18:07:53Z | ldap authentication backend We only support the openldap scheme for … | |
bitlbee.c | 9.1 KB | c82e4ca | 2018-07-31T03:40:26Z | Use GString for irc->sendbuffer (simpler and faster) The old code … | |
auth_pam.c | 1.5 KB | a6005da | 2016-03-25T18:07:53Z | Linux pam authentication backend This backend authenticates users … | |
auth_ldap.c | 2.0 KB | 50bb490 | 2016-03-25T18:07:53Z | ldap authentication backend We only support the openldap scheme for … | |
auth.h | 337 bytes | 8e6ecfe | 2016-03-25T18:07:53Z | Authentication: scaffolding for multiple authentication backends … | |
auth.c | 1.5 KB | 50bb490 | 2016-03-25T18:07:53Z | ldap authentication backend We only support the openldap scheme for … | |
.vimrc | 282 bytes | ddca104 | 2012-09-15T16:26:32Z | Adding a .vimrc as requested by Flexo/#983. I did correct the tabsize … | |
.travis.yml | 1.0 KB | bcd8f52 | 2019-10-31T19:42:53Z | .travis.yml: fix dpkg-buildpackage with quilt format This adds the -b … | |
.gitignore | 328 bytes | b28d55a | 2019-09-29T01:10:37Z | Don't ignore debian directory. | |
.gdbinit | 29 bytes | a07a8c2 | 2012-09-23T22:09:52Z | Add a .gdbinit that disables ASLR (added by PIE compilation) at … |
Note: See TracBrowser
for help on using the repository browser.