summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-02-27- conf_db.c: fixed inconsistent use of "can't" and "cannot"michael
2014-02-27- ircd.c:io_loop(): minor cosmetical fixes to the "reloading motd files"michael
2014-02-27- ircd_signal.c:sigint_handler(): fixed inconsistentmichael
2014-02-27- numeric.c: fixed inconsistent use of "can't" and "cannot"michael
2014-02-26- channel_mode.c: made mode_count, mode_limit, simple_modes_mask unsigned int...michael
2014-02-26- Removed FAKEHOST server capability for nowmichael
2014-02-26- channel_mode.c:send_cap_mode_changes(): fixed bug where MODE is used whenmichael
2014-02-25- channel_mode.c: removed CAP_IE and CAP_EX from channel_capabs[]michael
2014-02-25- ircd binary is now again placed in /bin instead of /sbinmichael
2014-02-25- Removed CAP_CHW. This is mandatory since hybrid 6.0 beta 25michael
2014-02-25- ms_bmask(): made mode_type an unsigned int typemichael
2014-02-25- mempool.c: ifdef out destroy_chunks()michael
2014-02-25- modules.c:load_one_module(): renamed variables to make less confusingmichael
2014-02-25- channel_mode.c: replaced several sprintf() with snprintf()michael
2014-02-24- client.c:find_person(): fixed mismatching prototype as pointed out by Adammichael
2014-02-24- Moved "struct config_channel_entry ConfigChannel" from channel.c to conf.cmichael
2014-02-20- Update AUTHORS/version.c; add missing '>' spotted by Dizziemichael
2014-02-19- conf.c:get_oper_name(): constificationmichael
2014-02-19- hostmask.c:find_conf_by_address(): removed pointless password = "" assignment.michael
2014-02-19- hostmask.c:add_conf_by_address(): fixed assert statementmichael
2014-02-19- hostmask.c: minor cleanups to add_conf_by_address()michael
2014-02-18- Fix to previous changes in -r2998michael
2014-02-18- hostmask.c: get rid of this (type & ~0x1) hackmichael
2014-02-18- Stole recent /map changes from p4. Network map looks much better now.michael
2014-01-31- ircd.c:set_time(): replaced snprintf/report_error combo withmichael
2014-01-31- ircd.c:set_time(): minor style cleanupmichael
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- channel_mode.c: fixed compile error with halfops enabledmichael
2014-01-26- Revert -r1925. We no longer show how many times an oline has been hit.michael
2014-01-26- match.c: removed unused header includemichael
2014-01-26- channel_mode.c, channel.c: removed unused header includemichael
2014-01-26- channel_mode.c:get_channel_access(): constificationmichael
2014-01-26- channel_mode.c: minor optimizations to set_channel_mode()michael
2014-01-26- Clean up stupid pointer magic passed to the channel mode handlers.michael
2014-01-26- Two native english speakers, to different opinions; another grammaticalmichael
2014-01-25- Added Adam to contributorsmichael
2014-01-25- s_auth.c, s_auth.h: optimized so we save unecessary auth_doing_listmichael
2014-01-25- event.c: fixed compile errormichael
2014-01-25- Clean up all files in src/ (fixed indentation, removed whitespaces/tabs)michael
2014-01-24- Fixed bug where some irc clients could not reconnectmichael
2014-01-23- Implemented "userhost-in-names" client capabilitymichael
2014-01-22- hostmask.c: constificationmichael
2014-01-21- hostmask.c: style cleanupsmichael
2014-01-21- channel_mode.c: fixed indentation, removed whitespaces/tabs,michael
2014-01-21- Fixed grammatical errormichael
2014-01-21- Fixed improper use of the ID_or_name macro in several placesmichael
2014-01-20- irc_string.c:has_wildcards(): add support for character escapingmichael