summaryrefslogtreecommitdiff
path: root/modules/core
AgeCommit message (Expand)Author
2014-01-17- m_server.c:mr_server(): if there's no connect block for a server,michael
2014-01-15- Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs)michael
2014-01-11- Fixed inconsistent ERR_NOPRIVS vs. ERR_NOPRIVILEGES messmichael
2014-01-09- m_message.c:msg_client(): removed pointless MyClient() testmichael
2014-01-09- m_message.c: fixed indentation, style cleanups, reformattingmichael
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
2013-12-25- automake 1.14.1michael
2013-12-16- m_nick.c, m_join.c: Tweaked channel/nickname rejection noticesmichael
2013-12-12- m_join.c:m_join(): actually test conf->reason for being a NULL pointermichael
2013-12-10- m_mode.c: fixed possible desync with modes set by servicesmichael
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