Age | Commit message (Expand) | Author |
2014-01-31 | - ircd.c:set_time(): replaced snprintf/report_error combo with | michael |
2014-01-31 | - ircd.c:set_time(): minor style cleanup | michael |
2014-01-31 | - Move myctime() from irc_string.c to s_misc.c | michael |
2014-01-28 | - Added modules_get_list() and made modules_list visible to only modules.c | michael |
2014-01-28 | - Removed sendto_channel_remote() | michael |
2014-01-28 | - register_remote_user(): removed unused realname/gecos parameter | michael |
2014-01-26 | - channel_mode.c: fixed compile error with halfops enabled | michael |
2014-01-26 | - Revert -r1925. We no longer show how many times an oline has been hit. | michael |
2014-01-26 | - match.c: removed unused header include | michael |
2014-01-26 | - channel_mode.c, channel.c: removed unused header include | michael |
2014-01-26 | - channel_mode.c:get_channel_access(): constification | michael |
2014-01-26 | - channel_mode.c: minor optimizations to set_channel_mode() | michael |
2014-01-26 | - Clean up stupid pointer magic passed to the channel mode handlers. | michael |
2014-01-26 | - Two native english speakers, to different opinions; another grammatical | michael |
2014-01-25 | - Added Adam to contributors | michael |
2014-01-25 | - s_auth.c, s_auth.h: optimized so we save unecessary auth_doing_list | michael |
2014-01-25 | - event.c: fixed compile error | michael |
2014-01-25 | - Clean up all files in src/ (fixed indentation, removed whitespaces/tabs) | michael |
2014-01-24 | - Fixed bug where some irc clients could not reconnect | michael |
2014-01-23 | - Implemented "userhost-in-names" client capability | michael |
2014-01-22 | - hostmask.c: constification | michael |
2014-01-21 | - hostmask.c: style cleanups | michael |
2014-01-21 | - channel_mode.c: fixed indentation, removed whitespaces/tabs, | michael |
2014-01-21 | - Fixed grammatical error | michael |
2014-01-21 | - Fixed improper use of the ID_or_name macro in several places | michael |
2014-01-20 | - irc_string.c:has_wildcards(): add support for character escaping | michael |
2014-01-20 | - Use the i/o subsystem to execute scheduled writes. Patch provided by Adam. | michael |
2014-01-19 | - motd.c:motd_lookup(): constification | michael |
2014-01-19 | - Moved configuration related code from ircd.c to conf.c | michael |
2014-01-19 | - s_gline.c:find_is_glined(): style cleanup | michael |
2014-01-19 | - s_serv.h, send.h, send.c: made some things use an enum | michael |
2014-01-18 | - Fixed indentation, removed whitespaces/tabs, update copyright header | michael |
2014-01-18 | - Added 'unxline' oper privilege for better fine tuning | michael |
2014-01-17 | - Made irc numeric use an enum | michael |
2014-01-17 | - hook.h, hook.c: fixed indentation, removed whitespaces/tabs | michael |
2014-01-16 | - Allow private rsa keys larger than 2048 bits. Reported by Zdenek Kaspar. | michael |
2014-01-16 | - ircd_signal.c: fixed typo in comment | michael |
2014-01-16 | - ircd_signal.c: fixed indentation, removed whitespaces/tabs, removed unused ... | michael |
2014-01-16 | - ircd_signal.c:setup_signals(): fixed bug where signals stopped from | michael |
2014-01-16 | - ircd_signal.c: minor fixes to sigchld_handler() | michael |
2014-01-16 | - Tweak reloading/rehasing config files server notice | michael |
2014-01-15 | - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) | michael |
2014-01-14 | - Greatly speedup k-/g-line lookup. Instead of testing every single client ag... | michael |
2014-01-09 | - send.c:sendto_anywhere(): fix to previous commit. 'to' can be a remote | michael |
2014-01-09 | - Make PRIVMSG/NOTICE use UID targets if possible | michael |
2014-01-06 | - parse.c, m_message.c: replaced few 512s with IRCD_BUFSIZE; removed useless ... | michael |
2014-01-05 | - hash.c:exceeding_sendq(): constification | michael |
2014-01-05 | - Fixed server name leak for hidden servers in /who, /whois and /whowas | michael |
2014-01-04 | - Fixed kline issue as reported by Andrei Hristow | michael |
2014-01-03 | - conf.c:conf_free(): sanely clear hub/leaf lists fur debugging purposes | michael |