Age | Commit message (Expand) | Author |
2014-01-18 | - Fixed indentation, removed whitespaces/tabs, update copyright header | michael |
2014-01-18 | - Added 'unxline' oper privilege for better fine tuning | michael |
2014-01-17 | - Made irc numeric use an enum | michael |
2014-01-17 | - hook.h, hook.c: fixed indentation, removed whitespaces/tabs | michael |
2014-01-15 | - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) | michael |
2014-01-14 | - Greatly speedup k-/g-line lookup. Instead of testing every single client ag... | michael |
2014-01-09 | - Make PRIVMSG/NOTICE use UID targets if possible | michael |
2014-01-07 | - Revved patchlevel | michael |
2014-01-05 | - Fixed server name leak for hidden servers in /who, /whois and /whowas | michael |
2013-12-29 | - Cleaned up RPL_WHOISADMIN hack | michael |
2013-12-20 | - Revved patchlevel to 8.1.12 | michael |
2013-12-08 | - Removed setup_socket callback | michael |
2013-12-08 | - RPL_WHOISMODES now uses the 310 numeric to comply with other ircds | michael |
2013-12-06 | - Revved patchlevel | michael |
2013-11-23 | - Bump version to hybrid-8.1.10 | michael |
2013-11-21 | - include/client.h: add UMODE_CALLERID, UMODE_SOFTCALLERID to SEND_UMODES | michael |
2013-11-20 | - Fixed ID_or_name macro as reported by Adam <adam@anope.org> | michael |
2013-11-17 | - Renamed kill_client_ll_serv_butone() to kill_client_serv_butone() just to s... | michael |
2013-11-13 | - src/send.c: fixed several compile warnings with -Wsign-conversion | michael |
2013-11-08 | - Revved patchlevel to hybrid-8.1.9 | michael |
2013-11-08 | - Administrators are now able to see user modes a user has set via /whois | michael |
2013-11-01 | - Got rid of find_kill() and find_gline() wrapper functions | michael |
2013-10-27 | - Added usermode +W. Users connected via a webirc gateway get this | michael |
2013-10-23 | - Bump patchlevel to 8.1.8 | michael |
2013-10-23 | - Stole ircu's RPL_WHOISACCOUNT numeric | michael |
2013-10-13 | - find_person(): fixed naming convention | michael |
2013-08-16 | - Revved patchlevel to hybrid-8.1.7 | michael |
2013-08-02 | - Removed rfc1459_command_send_error() message handler | michael |
2013-08-02 | - Revved patchlevel to 8.1.6 | michael |
2013-07-19 | - motd.(c|h): fixed core with zero byte length ircd.motd. Reported by Fawkes | michael |
2013-07-16 | - Revved patchlevel to hybrid-8.1.5 | michael |
2013-07-05 | - Revved patchlevel to 8.1.4 | michael |
2013-07-04 | - ircd_defs.h: increased PASSWDLEN to 128 | michael |
2013-07-04 | - find_accept(): solved XXX | michael |
2013-07-03 | - ircd_defs.h: increased KILLLEN, REASONLEN, KICKLEN, and AWAYLEN to 180 | michael |
2013-07-03 | - White-space commit / style corrections | michael |
2013-07-03 | - Added XLINE and RESV logging types | michael |
2013-06-23 | - Bump patchlevel to hybrid-8.1.3 | michael |
2013-06-21 | - conf.c:valid_tkline(): minor cleanups | michael |
2013-06-19 | - whowas: Renamed functions. | michael |
2013-06-19 | - whowas.c: renamed count_whowas_memory() to whowas_count_memory() | michael |
2013-06-19 | - Rename Ban::username structure member to Ban::user | michael |
2013-06-19 | - Added FAKEHOST server capability for later use | michael |
2013-06-19 | - client.h: add UMODE_HIDDENHOST to SEND_UMODES | michael |
2013-06-18 | - Added generall::cycle_on_host_change configuration option as requested | michael |
2013-06-18 | - s_serv.c: cleanup show_capabilities(). Replace sprintf() combo with strlcat() | michael |
2013-06-18 | - Bump patchlevel to hybrid-8.1.2 | michael |
2013-06-18 | - Added general::stats_u_oper_only configuration option | michael |
2013-06-16 | - Add usermode 'S' (client is connecte via SSL/TLS). | michael |
2013-06-15 | - Implement CERTFP | michael |