source: @ 3c3b916

Name Size Rev Date Author Last Change
debian d567b58   2015-08-03T21:54:58Z wilmer 3.4.1-1 Debian package.
doc 14f912d   2016-03-19T23:57:22Z wilmer BitlBee 3.4.2 - release date fixed.
init 3e7a722   2014-06-26T08:07:11Z dx Fix double slashes in systemd unit templates
lib 242f280   2016-02-18T11:17:08Z dx Fix a double free when calling proxy_disconnect() inside phb->func() …
protocols 8f8a56f   2016-03-20T03:58:05Z dx jabber: Check for other resources before removing someone from a chat …
tests 9c8dbc7   2015-11-23T17:49:09Z dx hipchat: 'chat add hipchat "channel name"' now tries to guess the JID …
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.4 KB 4850065   2015-08-08T02:16:59Z dx travis: Switch to container based infrastructure This means faster …
.vimrc 282 bytes ddca104   2012-09-15T16:26:32Z wilmer Adding a .vimrc as requested by Flexo/#983. I did correct the tabsize …
bitlbee.c 9.0 KB 2e99039   2015-10-30T10:31:09Z dx Avoid propagating shutdown signal to all subprocesses This was a …
bitlbee.conf 4.9 KB d527913   2012-04-22T21:57:33Z wilmer s/him/it/ in bitlbee.conf, bug #948.
bitlbee.h 5.7 KB 55259c4   2016-03-13T02:22:27Z dx Prepare 3.4.2 release notes
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 11.8 KB 2f8e3ca   2015-11-21T18:02:10Z dx Show ./configure args in bitlbee -V, config.h and Makefile.settings
conf.h 1.9 KB 5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
configure 23.1 KB 2f8e3ca   2015-11-21T18:02:10Z dx Show ./configure args in bitlbee -V, config.h and Makefile.settings
COPYING 17.7 KB 6f10697   2015-01-16T19:50:23Z dx Fix incorrect Free Software Foundation address
dcc.c 14.9 KB e88fe7da   2015-08-07T21:53:25Z vlajos typofix - https://github.com/vlajos/misspell_fixer
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 129e282   2015-10-30T10:31:09Z dx ipc: Fix strict aliasing warnings Turned out to be as simple as just …
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 25.9 KB 345577b   2015-10-30T10:27:20Z dx IRC self-message support (messages sent by yourself from other …
irc.h 12.6 KB c54bb11   2015-12-06T02:34:12Z dx IRCv3 userhost-in-names capability Easiest part of ircv3.2
irc_cap.c 4.6 KB c54bb11   2015-12-06T02:34:12Z dx IRCv3 userhost-in-names capability Easiest part of ircv3.2
irc_channel.c 23.0 KB 3c3b916   2016-03-20T03:58:05Z dx irc_channel_add_user: Don't call update_ops if not needed It only …
irc_commands.c 25.4 KB c4e61db   2015-10-08T10:25:37Z dx irc_sasl_plain_parse: fix size of the parts array Oddly enough it …
irc_im.c 27.6 KB a42fda4   2016-03-20T03:58:05Z dx Add imcb_buddy_nick_change(), like nick_hint but stronger nick_hint …
irc_send.c 13.9 KB db5ef3a   2016-02-01T05:10:47Z digitalcircuit36939 Check global account away setting in WHO replies When sending WHO …
irc_user.c 6.8 KB 5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
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 6.2 KB 355e2ad   2015-10-01T01:01:48Z dx Move CAP commands to irc_cap.c; use enum for flags
motd.txt 515 bytes ea166fe   2013-05-25T10:54:09Z wilmer Reformat MOTD a little bit. #1056
nick.c 10.6 KB 3a27896   2015-06-04T17:13:22Z dx nick_gen: retry g_convert_with_fallback without TRANSLIT if it fails …
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.3 KB 47ab9a9   2015-11-27T23:42:00Z dx misc.c: Add a str_reject_chars function, use it in otr_filter_colors
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 b5cc87e   2015-10-30T13:13:19Z dx A bunch of completely arbitrary changes to the README
root_commands.c 36.8 KB 7616eec   2016-01-26T15:53:56Z dx root_commands: Fix use-after-free after doing "transfer reject" Not a …
set.c 5.8 KB 5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
set.h 4.6 KB 5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
sock.h 377 bytes 56c8a4f   2015-06-04T17:13:22Z dx sock.h: Add EAGAIN check to sockerr_again()
storage.c 4.6 KB 5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
storage.h 2.4 KB 5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
storage_xml.c 11.2 KB 098a75b   2015-03-22T13:35:08Z dx Fix a bunch of memory leaks - irc_im.c: - bee_irc_user_msg: …
unix.c 8.9 KB c467adc   2015-11-03T11:43:04Z dx sighandler_crash: Mark irc socket as blocking before writing Just to …
Note: See TracBrowser for help on using the repository browser.