Age | Commit message (Expand) | Author |
2013-05-12 | - m_svsmode(), set_user_mode(): \n, \r, \t aren't treaded specially anymore | michael |
2013-05-12 | - Remove entering_umode and change_umode callbacks in preparation for the | michael |
2013-05-12 | - Removed 'remote', and 'global_kill' oper flags, and added 'connect', | michael |
2013-05-11 | - Mostly style cleanups & whitespace changes | michael |
2013-05-10 | - Removed unused OFLAG_OPER_SPY definition | michael |
2013-05-09 | - Only show remote client exit notices if the server sent an EOB | michael |
2013-05-08 | - regenerate parser/lexer | michael |
2013-05-08 | - Added 'nononreg' (+R) to general::oper_umodes | michael |
2013-05-08 | - Added usermode F (remote client connect/exit notices) on public request | michael |
2013-05-08 | - Cleanup previous commit -r1957 | michael |
2013-05-08 | - EOB is now send to all servers globally | michael |
2013-05-08 | - Print chunk capacity to debug.log instead of ircd.log | michael |
2013-05-08 | - Tweaked various mempool chunk sizes | michael |
2013-05-07 | - (RPL_REDIR) Change conversion specifiers | michael |
2013-05-07 | - Fixed strange user/oper idle-times shown in /trace | michael |
2013-05-06 | - Implemented channel mode +M. Clients that haven't identified their | michael |
2013-05-05 | - Backport -r1877 [Made find_capability() return an unsigned int] | michael |
2013-05-05 | - conf.c:verify_access(): removed unused variable | michael |
2013-05-05 | - Removed channel::quiet_on_ban configuration option. This feature is | michael |
2013-05-05 | - can_send(): fixed bug where bans were not checked against non-channel members | michael |
2013-05-05 | - can_send(): ensure msg_has_controls() isn't called twice for non-chanops | michael |
2013-05-04 | - Implemented channel mode +c. Known from other ircds, this mode basically | michael |
2013-04-30 | - Move report_resv() to m_stats.c | michael |
2013-04-30 | - "STATS o" now shows how many times an oper{} block has been used. | michael |
2013-04-30 | - Moved report_confitem_types() to m_stats.c | michael |
2013-04-30 | - Dropped PCRE support | michael |
2013-04-30 | - Made valid_wild_card_simple() easier to read | michael |
2013-04-28 | - Unidentified/unregistered nicks may not speak in +R channels | michael |
2013-04-28 | - Fixed shared{} blocks not working as expected | michael |
2013-04-27 | - Removed operflag 'nick_changes'. Operators can now set +n at will | michael |
2013-04-27 | - Changed RPL_WELCOME to comply with rfc2812 | michael |
2013-04-27 | - Backported -r1874 [WHOIS may no longer accept wildcards] | michael |
2013-04-26 | - Backported -r1872 [Fixed broken compile with libGeoIP disabled ] | michael |
2013-04-25 | - Fixed core on rehash with resv exempts | michael |
2013-04-25 | - God Damn It; resv exempts should be working now | michael |
2013-04-25 | - Minor fixes to new resv exempt code | michael |
2013-04-25 | - Added basic support for libGeoIP | michael |
2013-04-24 | - Constification | michael |
2013-04-24 | - Added 'nononreg' (+R) to oper::umodes and general::oper_only_modes | michael |
2013-04-24 | - Cleanup m_map.c | michael |
2013-04-23 | - numeric.(c|h): remove RPL_TEXT, re-add RPL_RSACHALLENGE | michael |
2013-04-23 | - Constification, replaced few sprintf with snprintf | michael |
2013-04-22 | - Fixed some compile warnings | michael |
2013-04-22 | - send.c:sendto_common_channels_local(): fixed core which has been introduced... | michael |
2013-04-21 | - Add ERR_CHANBANREASON (numeric 485) | michael |
2013-04-21 | - Numeric 432 now shows the actual reason of quarantined nicknames | michael |
2013-04-21 | - Remove current msg locale implementation | michael |
2013-04-19 | - m_users, show_lusers: removed extranous arguments to sendto_one() | michael |
2013-04-19 | - bison 2.7.1 | michael |
2013-04-19 | - Revert to -r1831 | michael |