summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-02-25- ms_bmask(): made mode_type an unsigned int typemichael
2014-02-25- Revved patchlevelmichael
2014-02-22- numeric.h: removed some other unused numeric constants as pointed out by Adammichael
2014-02-22- numeric.h: removed unused RPL_HOSTHIDDEN numeric constantmichael
2014-02-18- hostmask.c: get rid of this (type & ~0x1) hackmichael
2014-01-31- Move myctime() from irc_string.c to s_misc.cmichael
2014-01-28- Added modules_get_list() and made modules_list visible to only modules.cmichael
2014-01-28- Removed sendto_channel_remote()michael
2014-01-28- register_remote_user(): removed unused realname/gecos parametermichael
2014-01-26- client.h: add separate definition for services IDs instead of using HOSTLENmichael
2014-01-26- Clean up stupid pointer magic passed to the channel mode handlers.michael
2014-01-26- irc_res.h: update copyright/license headermichael
2014-01-25- s_auth.c, s_auth.h: optimized so we save unecessary auth_doing_listmichael
2014-01-25- patchlevel.h: update copyright/license headermichael
2014-01-25- s_serv.h: removed unused header includemichael
2014-01-25- modules.h: removed unused header includemichael
2014-01-25- send.h: made some things use an enum.michael
2014-01-25- mempool.h: fixed copyright yearsmichael
2014-01-23- Implemented "userhost-in-names" client capabilitymichael
2014-01-22- channel_mode.h: fixed long-standing bug where +p channels have been showmichael
2014-01-21- channel_mode.h: made some things use an enum. Removed unused header include.michael
2014-01-20- Use the i/o subsystem to execute scheduled writes. Patch provided by Adam.michael
2014-01-19- s_serv.h, send.h, send.c: made some things use an enummichael
2014-01-19- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)michael
2014-01-18- Fixed indentation, removed whitespaces/tabs, update copyright headermichael
2014-01-18- Added 'unxline' oper privilege for better fine tuningmichael
2014-01-17- Made irc numeric use an enummichael
2014-01-17- hook.h, hook.c: fixed indentation, removed whitespaces/tabsmichael
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 possiblemichael
2014-01-07- Revved patchlevelmichael
2014-01-05- Fixed server name leak for hidden servers in /who, /whois and /whowasmichael
2013-12-29- Cleaned up RPL_WHOISADMIN hackmichael
2013-12-20- Revved patchlevel to 8.1.12michael
2013-12-08- Removed setup_socket callbackmichael
2013-12-08- RPL_WHOISMODES now uses the 310 numeric to comply with other ircdsmichael
2013-12-06- Revved patchlevelmichael
2013-11-23- Bump version to hybrid-8.1.10michael
2013-11-21- include/client.h: add UMODE_CALLERID, UMODE_SOFTCALLERID to SEND_UMODESmichael
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-conversionmichael
2013-11-08- Revved patchlevel to hybrid-8.1.9michael
2013-11-08- Administrators are now able to see user modes a user has set via /whoismichael
2013-11-01- Got rid of find_kill() and find_gline() wrapper functionsmichael
2013-10-27- Added usermode +W. Users connected via a webirc gateway get thismichael
2013-10-23- Bump patchlevel to 8.1.8michael
2013-10-23- Stole ircu's RPL_WHOISACCOUNT numericmichael
2013-10-13- find_person(): fixed naming conventionmichael