source:
@
d11822a
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 | e7e6484 | 2017-03-12T04:27:59Z | The protocol argument to socketpair was incorrect. For some reason … | ||
protocols | d11822a | 2017-08-09T05:55:15Z | Twitter: fix format strings for integers Silence the following … | ||
lib | b097945 | 2017-04-06T20:25:08Z | Move canohost functions (diff licence) to separate file. | ||
init | bdf9214 | 2017-04-13T20:17:21Z | init/bitlbee@.service: send stderr to syslog instead of the socket | ||
doc | 16e4a9f | 2017-03-12T04:25:17Z | Convert CREDITS from ISO-8859-1 to UTF-8 | ||
debian | 55bc71e | 2017-04-13T20:17:29Z | debian: Enable only bitlbee.service, not bitlbee.socket too The … | ||
unix.c | 9.4 KB | 0483e1e | 2016-11-28T19:26:16Z | Fix some compiler warnings warn_unused_result on write() is … | |
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 | 42.9 KB | 683e4e0 | 2017-01-07T16:10:48Z | blist: set width of nick column to 24 to avoid truncating them It was … | |
README.md | 1.8 KB | b5cc87e | 2015-10-30T13:13:19Z | A bunch of completely arbitrary changes to the README | |
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.6 KB | d57484d | 2016-12-26T22:39:18Z | Change some asserts into g_return_if_fail() Because crashing asserts … | |
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 | 6.4 KB | e199620 | 2017-05-18T16:12:34Z | cygwin: add a missing mkdir of libdir to the makefile | |
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.5 KB | 345577b | 2015-10-30T10:27:20Z | IRC self-message support (messages sent by yourself from other … | |
irc_user.c | 6.7 KB | 2e78f75 | 2016-05-15T17:16:38Z | Remove the ARCH / CPU defines. These only reflect on what arch/cpu … | |
irc_send.c | 13.8 KB | b7fec48 | 2016-10-18T06:57:41Z | Support motd.txt files bigger than 2048 chars By using … | |
irc_im.c | 27.9 KB | 7801298 | 2016-12-27T17:24:50Z | Per-account handle_unknown Credit for the idea goes to russian XMPP … | |
irc_commands.c | 26.8 KB | b097945 | 2017-04-06T20:25:08Z | Move canohost functions (diff licence) to separate file. | |
irc_channel.c | 23.0 KB | 90254d0 | 2016-12-26T00:18:55Z | Add nick_lowercase and nick_underscores settings | |
irc_cap.c | 4.6 KB | c9603a3 | 2016-04-06T18:08:41Z | Ignore CAP END when received multiple times This fixes a segfault … | |
irc.h | 12.8 KB | d179fd90 | 2017-04-06T20:25:08Z | Add PROXY command. Not actually an IRC protocol command, it's a … | |
irc.c | 26.3 KB | b097945 | 2017-04-06T20:25:08Z | Move canohost functions (diff licence) to separate file. | |
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 | 2e8523b | 2016-12-31T20:40:09Z | Use NI_MAXHOST rather than HOST_NAME_MAX for host lengths. This … | |
COPYING | 17.7 KB | 6f10697 | 2015-01-16T19:50:23Z | Fix incorrect Free Software Foundation address | |
configure | 24.4 KB | 4d51c84 | 2017-07-09T03:10:53Z | configure: Don't require python if docs are already built | |
conf.h | 1.9 KB | 8e6ecfe | 2016-03-25T18:07:53Z | Authentication: scaffolding for multiple authentication backends … | |
conf.c | 12.5 KB | 50bb490 | 2016-03-25T18:07:53Z | ldap authentication backend We only support the openldap scheme for … | |
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.9 KB | 262a82b | 2017-01-30T20:44:32Z | BitlBee 3.5.1 | |
bitlbee.conf | 5.6 KB | 50bb490 | 2016-03-25T18:07:53Z | ldap authentication backend We only support the openldap scheme for … | |
bitlbee.c | 9.0 KB | 2e99039 | 2015-10-30T10:31:09Z | Avoid propagating shutdown signal to all subprocesses This was a … | |
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.4 KB | 50bb490 | 2016-03-25T18:07:53Z | ldap authentication backend We only support the openldap scheme for … | |
.gitignore | 335 bytes | 90adf84 | 2015-02-22T14:59:37Z | Add /bitlbee@?\.service/ to .gitignore so "git add ." won't keep … | |
.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.