Age | Commit 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 mess | michael |
2014-01-09 | - m_message.c:msg_client(): removed pointless MyClient() test | michael |
2014-01-09 | - m_message.c: fixed indentation, style cleanups, reformatting | michael |
2014-01-09 | - Make PRIVMSG/NOTICE use UID targets if possible | michael |
2014-01-06 | - parse.c, m_message.c: replaced few 512s with IRCD_BUFSIZE; removed useless ... | michael |
2013-12-25 | - automake 1.14.1 | michael |
2013-12-16 | - m_nick.c, m_join.c: Tweaked channel/nickname rejection notices | michael |
2013-12-12 | - m_join.c:m_join(): actually test conf->reason for being a NULL pointer | michael |
2013-12-10 | - m_mode.c: fixed possible desync with modes set by services | michael |
2013-11-20 | - Better distinguishing between usermode +g and +G in both /whois and /privmsg | michael |
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 enabled | michael |
2013-10-25 | - Added m4/ac_define_dir.m4 | michael |
2013-10-25 | - Instead of forcefully adding | michael |
2013-10-23 | - Initial build system related modernizations | michael |
2013-10-13 | - find_person(): fixed naming convention | michael |
2013-08-02 | - Removed rfc1459_command_send_error() message handler | michael |
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 logic | michael |
2013-07-03 | - Automake 1.14 | michael |
2013-06-19 | - whowas: Renamed functions. | michael |
2013-06-19 | - Rename Ban::username structure member to Ban::user | michael |
2013-06-15 | - Implement CERTFP | michael |
2013-06-03 | - automake 1.13.3 | michael |
2013-05-16 | - Removed outdated comment | michael |
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.2 | michael |
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 being | michael |
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 server | michael |
2013-05-12 | - part_one_client(): removed useless client_p argument | michael |
2013-05-12 | - m_nick.c, m_part.c: only style corrections | michael |
2013-05-11 | - Mostly style cleanups & whitespace changes | michael |
2013-05-06 | - Implemented channel mode +M. Clients that haven't identified their | michael |
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 basically | michael |
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 libGeoIP | 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-19 | - Revert to -r1831 | michael |
2013-04-19 | - Made all numeric defines use the actual string instead of the numeric value | michael |
2013-04-14 | - Quarantined/reserved channels may now contain wildcards | michael |