summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-06-06- Added read_links_file()michael
2013-06-05- conf_class.c: white-space changesmichael
2013-06-05- s_serv.c:write_links_file(): replaced a dlinkAdd() with dlinkAddTail()michael
2013-06-05- channel.c: optimized can_join(). Do less intensive tests before actuallymichael
2013-06-05- motd.c: style correctionmichael
2013-06-04- Moved disable_remote_command configuration directive frommichael
2013-06-04- Fixes to changes done in -r2165michael
2013-06-04- motd.c:motd_destroy() don't attempt to unlink a local/remote motdmichael
2013-06-04- motd.c:motd_cache(): do the stat() before fopen() + improve errormichael
2013-06-04- Removed Client::client_host and Client::client_server membersmichael
2013-06-04- Removed usermode +Cmichael
2013-06-04- Style correcions/white-space changesmichael
2013-06-04- Fixed debug assertion being triggered on ident lookupmichael
2013-06-03- automake 1.13.3michael
2013-06-03- Now that invite- and ban-exempts are hardcoded, there's no need to deletemichael
2013-06-03- Remove unused temporary_resv list. Move channel_resv_list to conf.cmichael
2013-06-02- Regenerate parsermichael
2013-06-02- motd.c, motd.h: fix compile warningsmichael
2013-06-02- motd.c, motd.h: add support for ip masksmichael
2013-06-02- motd.h, motd.c: minor cleanups. use 'unsigned' whenever possiblemichael
2013-06-02- Cleanup ISUPPORT code and get rid of message.cmichael
2013-05-31- Cleanup flattened links codemichael
2013-05-31- Implement motd{} configuration blocks based on ircu's implementationmichael
2013-05-31- Don't let non-SSL users join +S channels if ircd has bemichael
2013-05-30- m_svsmode(), user_set_hostmask(): minor cleanups and fixes to previous commitmichael
2013-05-30- m_svsmode.c: avoid HostServ floodsmichael
2013-05-30- s_user.c:user_set_hostmask(): send a QUIT/JOIN combination to other channelmichael
2013-05-29- s_user.c:user_set_hostmask(): don't unset FLAGS_IP_SPOOFING if the client'smichael
2013-05-29- Finished proper implementation of usermode 'x' (UMODE_HIDDENHOST)michael
2013-05-29- s_user.c, s_serv.c, rsa.c: style corrections; mostly whitespace changesmichael
2013-05-29- get_member_status(), valid_wildcard(): constificationmichael
2013-05-29- resv.c: move valid_wild_card_simple() to conf.cmichael
2013-05-29- conf_parser.l, conf_parser.y: style correctionsmichael
2013-05-27- conf_parser.y: fixed logic error allowing connect{} blocks that don't have ...michael
2013-05-26- s_user.c:report_and_set_user_flags(): minor spelling fixesmichael
2013-05-26- m_version.c: removed confopts(). Configuration options can be seen in /infomichael
2013-05-23- conf_parser.y: match() takes care of multiple globs. no need to run collapse()michael
2013-05-19- Undo -r1900 for now [Changed RPL_WELCOME to comply with rfc2812]. Looks lik...michael
2013-05-18- Fixed broken spoofsmichael
2013-05-18- Removed testline and testmaskmichael
2013-05-17- s_serv.c:hunt_server(): removed collapse() call. Let match() deal with it.michael
2013-05-17- version.c: update copyright yearsmichael
2013-05-16- Merged valid_username() and clean_user_name()michael
2013-05-16- automake 1.13.2michael
2013-05-14- Added 'locops' and 'wallops' to irc-operator flagsmichael
2013-05-12- m_svsmode(), set_user_mode(): \n, \r, \t aren't treaded specially anymoremichael
2013-05-12- Remove entering_umode and change_umode callbacks in preparation for themichael
2013-05-12- Removed 'remote', and 'global_kill' oper flags, and added 'connect',michael
2013-05-11- Mostly style cleanups & whitespace changesmichael
2013-05-10- Removed unused OFLAG_OPER_SPY definitionmichael