summaryrefslogtreecommitdiff
path: root/modules/core
AgeCommit message (Expand)Author
2013-11-20- Better distinguishing between usermode +g and +G in both /whois and /privmsgmichael
2013-11-17- Renamed kill_client_ll_serv_butone() to kill_client_serv_butone() just to s...michael
2013-11-17- m_mode.c:ms_bmask(): fixed bug with server hiding enabledmichael
2013-10-25- Added m4/ac_define_dir.m4michael
2013-10-25 - Instead of forcefully addingmichael
2013-10-23- Initial build system related modernizationsmichael
2013-10-13- find_person(): fixed naming conventionmichael
2013-08-02- Removed rfc1459_command_send_error() message handlermichael
2013-07-16- mr_nick(): remove legacy code for nicks cantaining '~'. valid_nickname()michael
2013-07-04- m_nick.c:change_local_nick(): fixed nickchange-flooding logicmichael
2013-07-03- Automake 1.14michael
2013-06-19- whowas: Renamed functions.michael
2013-06-19- Rename Ban::username structure member to Ban::usermichael
2013-06-15- Implement CERTFPmichael
2013-06-03- automake 1.13.3michael
2013-05-16- Removed outdated commentmichael
2013-05-16- Another fix to previous commit. Am I drunk? Aye!michael
2013-05-16- Merged valid_username() and clean_user_name()michael
2013-05-16- automake 1.13.2michael
2013-05-15- m_nick.c: replaced few strcpy() with strlcpy()michael
2013-05-14- Improve KILL server notice to be more specific about the client beingmichael
2013-05-12- Removed 'remote', and 'global_kill' oper flags, and added 'connect',michael
2013-05-12- Renamed m_error() to mr_error()michael
2013-05-12- mr_error(): ignore error if it's not a connecting/handshaking servermichael
2013-05-12- part_one_client(): removed useless client_p argumentmichael
2013-05-12- m_nick.c, m_part.c: only style correctionsmichael
2013-05-11- Mostly style cleanups & whitespace changesmichael
2013-05-06- Implemented channel mode +M. Clients that haven't identified theirmichael
2013-05-05- Backport -r1895 [m_mode(): these buffers don't need to be static]michael
2013-05-04- Implemented channel mode +c. Known from other ircds, this mode basicallymichael
2013-04-27- m_kick.c: revert changes made in revision 1.24 (cvs) made on Sun Jan 7 04:4...michael
2013-04-27- m_quit(), ms_quit(): added extra sanity test for parv[1] being NULL,michael
2013-04-27- m_whowas.c,m_names.c,m_kick.c: remove pointless code. There's no real reaso...michael
2013-04-25- Added basic support for libGeoIPmichael
2013-04-21- Add ERR_CHANBANREASON (numeric 485)michael
2013-04-21- Numeric 432 now shows the actual reason of quarantined nicknamesmichael
2013-04-19- Revert to -r1831michael
2013-04-19- Made all numeric defines use the actual string instead of the numeric valuemichael
2013-04-14- Quarantined/reserved channels may now contain wildcardsmichael
2013-03-31- Forward-port -r1792 [Added SVSHOST command handler which allows services to...michael
2013-03-31- KLINE, DLINE, SQUIT and KILL now make use of CONF_NOREASON as wellmichael
2013-03-31- Replaced all occurrences of ircsprintf with sprintf/snprintfmichael
2013-01-16- Forward-port -r1750 [IMPORTANT: nick and topic lengths are now configurablemichael
2013-01-11- Add support for "away-notify" client capabilitymichael
2013-01-06- automake 1.13.1michael
2012-12-28- automake 1.13michael
2012-12-27- m_message.c: fixed bug where 'can_flood' didn't work as reported by Fawkesmichael
2012-12-20- Forward-port -r1697 [Fixed bug where ircops could notmichael
2012-12-19- m_nick.c:mr_nick(): remove useless IsExemptResv() test which canmichael
2012-12-19- Forward-port -r1685 [STATS q|Q now shows how many times a resv{}michael