Age | Commit message (Expand) | Author |
2014-07-17 | - m_server.c: fixed build with LibreSSL which hasn't compression support | michael |
2014-07-02 | - m_nick.c: from p4: move resv channel oper notice to umode reject | michael |
2014-06-18 | - m_message.c:handle_special(): removed user@server messages to local users, | michael |
2014-06-18 | - m_message.c:msg_client(): replaced MyConnect with MyClient test. Otherwise ... | michael |
2014-06-17 | - Fixed EOB logic for remote servers. Fix derived from p4 | michael |
2014-06-05 | - Update macros in m4/ | michael |
2014-05-30 | - m_kick.c:m_kick(): removed outdated comment | michael |
2014-05-30 | - m_kick.c:m_kick(): channel halfops (%) may now no longer KICK other channel... | michael |
2014-05-29 | - m_join.c:ms_join(): fixed compile warning | michael |
2014-05-22 | - m_sjoin.c:ms_sjoin(): hardened test to make sure SJOINs are really | michael |
2014-05-22 | - m_join.c:ms_join(): don't allow servers to join channels | michael |
2014-05-05 | - m_die(), m_restart(): use get_client_name() instead of get_oper_name() | michael |
2014-04-14 | - Made server_estab() and sendnick_TS() use 'static' keyword | michael |
2014-04-13 | - m_quit.c:ms_quit(): don't default to source_p->name if no quit message is g... | michael |
2014-04-13 | - s_serv.c, m_server.c: moved all netburst related code to m_server.c | michael |
2014-04-10 | - m_kick.c:m_kick(): removed unused variable | michael |
2014-03-28 | - Backported -r3212 [m_part.c:part_one_client(): use chptr->chname if we alre... | michael |
2014-03-25 | - m_kick.c: backported some cleanups done in -r3198 | michael |
2014-03-23 | - Cleaned up find_chasing(). Removed useless third 'chasing' argument. | michael |
2014-03-01 | - white-space changes / style cleanups | michael |
2014-02-28 | - Renamed ts_warn() to sendto_realops_flags_ratelimited() | michael |
2014-02-25 | - ms_bmask(): made mode_type an unsigned int type | michael |
2014-02-25 | - ms_bmask(), remove_ban_list(): removed capability tests for CAP_IE and CAP_EX | michael |
2014-02-25 | - m_join.c:m_join(): constification | michael |
2014-01-31 | - m_part.c:m_part(): removed IsServer() test | michael |
2014-01-31 | - m_quit.c: removed unused header include | michael |
2014-01-31 | - m_server.c:mr_server(): don't falsely exit a server with the reason | michael |
2014-01-28 | - register_remote_user(): removed unused realname/gecos parameter | michael |
2014-01-26 | - Clean up stupid pointer magic passed to the channel mode handlers. | michael |
2014-01-21 | - Fixed improper use of the ID_or_name macro in several places | michael |
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 |