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