summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-01-31- ircd.c:set_time(): replaced snprintf/report_error combo withmichael
2014-01-31- ircd.c:set_time(): minor style cleanupmichael
2014-01-31- Move myctime() from irc_string.c to s_misc.cmichael
2014-01-28- Added modules_get_list() and made modules_list visible to only modules.cmichael
2014-01-28- Removed sendto_channel_remote()michael
2014-01-28- register_remote_user(): removed unused realname/gecos parametermichael
2014-01-26- channel_mode.c: fixed compile error with halfops enabledmichael
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 includemichael
2014-01-26- channel_mode.c, channel.c: removed unused header includemichael
2014-01-26- channel_mode.c:get_channel_access(): constificationmichael
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 grammaticalmichael
2014-01-25- Added Adam to contributorsmichael
2014-01-25- s_auth.c, s_auth.h: optimized so we save unecessary auth_doing_listmichael
2014-01-25- event.c: fixed compile errormichael
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 reconnectmichael
2014-01-23- Implemented "userhost-in-names" client capabilitymichael
2014-01-22- hostmask.c: constificationmichael
2014-01-21- hostmask.c: style cleanupsmichael
2014-01-21- channel_mode.c: fixed indentation, removed whitespaces/tabs,michael
2014-01-21- Fixed grammatical errormichael
2014-01-21- Fixed improper use of the ID_or_name macro in several placesmichael
2014-01-20- irc_string.c:has_wildcards(): add support for character escapingmichael
2014-01-20- Use the i/o subsystem to execute scheduled writes. Patch provided by Adam.michael
2014-01-19- motd.c:motd_lookup(): constificationmichael
2014-01-19- Moved configuration related code from ircd.c to conf.cmichael
2014-01-19- s_gline.c:find_is_glined(): style cleanupmichael
2014-01-19- s_serv.h, send.h, send.c: made some things use an enummichael
2014-01-18- Fixed indentation, removed whitespaces/tabs, update copyright headermichael
2014-01-18- Added 'unxline' oper privilege for better fine tuningmichael
2014-01-17- Made irc numeric use an enummichael
2014-01-17- hook.h, hook.c: fixed indentation, removed whitespaces/tabsmichael
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 commentmichael
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 frommichael
2014-01-16- ircd_signal.c: minor fixes to sigchld_handler()michael
2014-01-16- Tweak reloading/rehasing config files server noticemichael
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 remotemichael
2014-01-09- Make PRIVMSG/NOTICE use UID targets if possiblemichael
2014-01-06- parse.c, m_message.c: replaced few 512s with IRCD_BUFSIZE; removed useless ...michael
2014-01-05- hash.c:exceeding_sendq(): constificationmichael
2014-01-05- Fixed server name leak for hidden servers in /who, /whois and /whowasmichael
2014-01-04- Fixed kline issue as reported by Andrei Hristowmichael
2014-01-03- conf.c:conf_free(): sanely clear hub/leaf lists fur debugging purposesmichael