Age | Commit message (Expand) | Author |
2013-06-02 | - Cleanup ISUPPORT code and get rid of message.c | michael |
2013-05-31 | - Cleanup flattened links code | michael |
2013-05-31 | - Implement motd{} configuration blocks based on ircu's implementation | michael |
2013-05-31 | - Don't let non-SSL users join +S channels if ircd has be | michael |
2013-05-30 | - m_svsmode(), user_set_hostmask(): minor cleanups and fixes to previous commit | michael |
2013-05-30 | - m_svsmode.c: avoid HostServ floods | michael |
2013-05-30 | - s_user.c:user_set_hostmask(): send a QUIT/JOIN combination to other channel | michael |
2013-05-29 | - s_user.c:user_set_hostmask(): don't unset FLAGS_IP_SPOOFING if the client's | michael |
2013-05-29 | - Finished proper implementation of usermode 'x' (UMODE_HIDDENHOST) | michael |
2013-05-29 | - s_user.c, s_serv.c, rsa.c: style corrections; mostly whitespace changes | michael |
2013-05-29 | - get_member_status(), valid_wildcard(): constification | michael |
2013-05-29 | - resv.c: move valid_wild_card_simple() to conf.c | michael |
2013-05-29 | - conf_parser.l, conf_parser.y: style corrections | michael |
2013-05-27 | - conf_parser.y: fixed logic error allowing connect{} blocks that don't have ... | michael |
2013-05-26 | - s_user.c:report_and_set_user_flags(): minor spelling fixes | michael |
2013-05-26 | - m_version.c: removed confopts(). Configuration options can be seen in /info | michael |
2013-05-23 | - conf_parser.y: match() takes care of multiple globs. no need to run collapse() | michael |
2013-05-19 | - Undo -r1900 for now [Changed RPL_WELCOME to comply with rfc2812]. Looks lik... | michael |
2013-05-18 | - Fixed broken spoofs | michael |
2013-05-18 | - Removed testline and testmask | michael |
2013-05-17 | - s_serv.c:hunt_server(): removed collapse() call. Let match() deal with it. | michael |
2013-05-17 | - version.c: update copyright years | michael |
2013-05-16 | - Merged valid_username() and clean_user_name() | michael |
2013-05-16 | - automake 1.13.2 | michael |
2013-05-14 | - Added 'locops' and 'wallops' to irc-operator flags | michael |
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 |