Age | Commit message (Expand) | Author |
2009-08-21 | Partial revert of r2449, my_memo_lang shouldn't have a char * parameter, cons... | cyberbotx |
2009-08-19 | Add a few items to outstanding issues in TODO, clean up a lot of warnings (no... | cyberbotx |
2009-08-19 | fixed a possible crashbug on botserv help set | DukePyrolator |
2009-08-19 | Fixed a crash when using commands if HostServ is disabled | adam- |
2009-08-15 | Changed /nickserv id to allow you to switch accounts without logging out firs... | adam- |
2009-08-15 | Set -r on nick change if appropriate and make nick tracking work correctly | adam- |
2009-08-12 | Set the correct opertypes on newly registered users | adam- |
2009-08-12 | fixed a crashbug on /hostserv activate | DukePyrolator |
2009-08-09 | Make this really work now. Promise. serv_uplink double setting needs to go aw... | rburchell |
2009-08-09 | Introduce clients when we first see the uplink (i.e. successfully connected),... | rburchell |
2009-08-08 | Merge do_restart_services and services_restart(). | rburchell |
2009-08-08 | Remove fatal_sockerror(), as nothing actually uses it. | rburchell |
2009-08-08 | Also make use of synched state to introduce pseudoclients instead of blindly ... | rburchell |
2009-08-08 | Actually, make use of it now. Pseudoclients are introduced automatically if s... | rburchell |
2009-08-08 | Remove SSYNC_UNKNOWN. All IRCds can report sync state, and for those that _re... | rburchell |
2009-08-08 | ENDBURST support for inspircd(11|12). | rburchell |
2009-08-08 | fixed a crashbug when adding a new botserv bot | DukePyrolator |
2009-08-08 | Fixed some problems with sepstream when parsing one char tokens | adam- |
2009-08-06 | Clean up some of inspircds autoid code and make it not resend account name on... | adam- |
2009-08-06 | Remove legacy windows installer scripts not used on 1.9 & obsolete epona2anop... | sjaz |
2009-08-06 | Fix Makefile/CMakeLists.txt with the removal of mydbgen | sjaz |
2009-08-06 | Removed unused MySQL files and am. | sjaz |
2009-08-06 | dos2unix a couple more files. | sjaz |
2009-08-06 | dos2unix'd src/wildcard.cpp - Time to check for others! | sjaz |
2009-08-06 | do not set mode +d on identify on inspircd | DukePyrolator |
2009-08-05 | Reset +r on change to grouped nick | adam- |
2009-08-04 | Fix for bug #1091, HELP can crash without optional services clients | adam- |
2009-08-04 | Fixed two typos in bots.cpp that could cause crashes | adam- |
2009-08-04 | Fixed autoid | adam- |
2009-08-03 | Fix a crash in the ratbox protocol module when Numeric is not defined in the ... | adam- |
2009-08-01 | Fixed some memory leaks when setting vhosts on users | adam- |
2009-07-31 | Removed some now unneeded and unused language strings | adam- |
2009-07-26 | Fixed multiple problems with session tracking, read comments in users.c and s... | adam- |
2009-07-25 | Changed params parameter of Command's Execute() from std::vector<std::string>... | cyberbotx |
2009-07-24 | Changed subcommand parameter of Command's OnHelp() from std::string to ci::st... | cyberbotx |
2009-07-24 | Implement case-insensitive versions of std::string, irc::string for RFC-style... | cyberbotx |
2009-07-21 | Fixed multiple issues with os_info, including changing the /cs oinfo syntax t... | adam- |
2009-07-21 | Added a new event for channels being deleted | adam- |
2009-07-21 | added 9 new events | DukePyrolator |
2009-07-19 | Fix for potentially undefined behavior in the Windows build, make the overloa... | cyberbotx |
2009-07-18 | Fixes a crash when renaming NickServ | adam- |
2009-07-17 | Fix a bug when trying to set BotServ bots as private | adam- |
2009-07-16 | Fixed core clients to rejoin their assigned channels if killed | adam- |
2009-07-16 | Initialize botinfo->flags on bot creation to fix some database problems | adam- |
2009-07-16 | Fixed crashes when an unidentified users nickcore gets deleted | adam- |
2009-07-15 | Fixed ns_info to show opertype line when hidestatus is off | adam- |
2009-07-12 | Fixed elist_match_user to check against vhosts, patch from sergio | adam- |
2009-07-06 | Remove channel founder status from users who logout | adam- |
2009-07-06 | Made pre-command channel sanity checks only apply to ChanServ and BotServ. It... | adam- |
2009-07-02 | Really fix bug #1088 | adam- |