summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-07-19- conf.c:valid_wild_card_simple(): don't read past the zero charactermichael
2014-07-18- conf_parser.y: do some logging if the dh param file can't be opened/readmichael
2014-07-18- Cleaned up and sanitized /challenge relatedcodemichael
2014-07-02- Removed supported.hmichael
2014-07-02- Removed hooking systemmichael
2014-06-29- conf.c:set_default_conf(): default to 1 connection per 1 secondmichael
2014-06-25- channel.c:check_splitmode(): logic fixesmichael
2014-06-24- conf.c:read_conf_files(): chanmodes c an M were missed in CHANMODESmichael
2014-06-19- AUTHORS, version.c: added Fawkes to contributorsmichael
2014-06-18- version.c: fixed compile warning with clang -Winvalid-source-encoding. Fix ...michael
2014-06-06- conf_parser.y: fixed stupid bug that has successfully has hidden itself sin...michael
2014-06-05- Update macros in m4/michael
2014-06-03- send.c:sendto_match_servs(): use DLINK_FOREACH_SAFE() as send_message_remote()michael
2014-06-02- conf.c:set_default_conf(): reset ConfigFileEntry.stats_e_disabledmichael
2014-06-01- hostmask.c:mask_addr(): fixed merging errormichael
2014-06-01- hostmask.c:mask_addr(): fiex compile warningsmichael
2014-05-30- channel_mode.c:chm_simple(): channel halfops may now set +pmichael
2014-05-30- channel_mode.c:chm_hop(): channel halfops (%) may now no longer (de)halfop ...michael
2014-05-30- irc-operators may now no longer set a channel +O if they are only halfops (%)michael
2014-05-30- channel_mode.c:chm_operonly(): removed dead codemichael
2014-05-29- channel_mode.c: revert changes to channel_modes() for now. apparentlymichael
2014-05-29- channel_mode.c:channel_modes(): replaced sprintf with strcat;michael
2014-05-29- channel_mode.c:channel_modes(): fix to previous changesmichael
2014-05-29- channel_mode.c:channel_modes(): get rid of trailing spaces ifmichael
2014-05-23- channel_mode.c:chm_operonly(): removed redundant assignmentmichael
2014-05-22- parse.c:mod_del_cmd(): make sure the command actually exists in the trie be...michael
2014-05-16- conf_class.c:class_free(): added an assert()michael
2014-05-14- ircd.c:main(): make this "don't run ircd as root!!!11" message look more se...michael
2014-05-10- conf.c:parse_aline(): use CONF_NOREASON for default reasonmichael
2014-05-01- Backported /list and hunt_server() optimization from TRUNKmichael
2014-05-01- conf_parser.y: fixed bug where the parser wouldn't take time unitsmichael
2014-04-30- Fixed possible WATCH core. Fix provided by Adammichael
2014-04-15- Readded FLAGS_BLOCKEDmichael
2014-04-13- s_serv.c, m_server.c: moved all netburst related code to m_server.cmichael
2014-04-07- Backported -r3268 [irc_res.c:make_request(): lowered retries counter to 2]michael
2014-04-05- Re-add CHW capability to cope nice with rbmichael
2014-04-03- conf.c:match_conf_password(): fixed undefined behaviour with crypt()michael
2014-03-29- flex 2.5.39michael
2014-03-28- Backported -r3182 [s_user.c:check_xline(): use CONF_NOREASON for default re...michael
2014-03-23- channel_mode.c:chm_voice, chm_hop, chm_op: removed extraneous/redundant IsC...michael
2014-03-23- Cleaned up find_chasing(). Removed useless third 'chasing' argument.michael
2014-03-20- send.c:send_message_remote(): replace ID(&to) with ID(to) as spotted by Adammichael
2014-03-18- send.c:send_message_remote(): TS6 improvementsmichael
2014-03-14- channel_mode.c:chm_limit(): instead of passing an empty buffer to atoi()michael
2014-03-06- parse.c:do_numeric(): now use sendto_channel_butone() to also forwardmichael
2014-03-05- parse.c: moved 'sender' variable to inner scopemichael
2014-03-05- parse.c: removed redundant commentmichael
2014-03-01- white-space changes / style cleanupsmichael
2014-02-28- Renamed ts_warn() to sendto_realops_flags_ratelimited()michael
2014-02-27- numeric.c, m_set.c: fixed inconsistent use of "can't" and "cannot"michael