Age | Commit message (Expand) | Author |
2007-08-23 | Add some stuff to change how we process a token sepeperated stream | brain |
2007-08-13 | Commit some changes from third party patch. Thanks Avenger and HiroP. Patch r... | w00t |
2007-08-11 | Fix this so it works. | brain |
2007-08-11 | Allow rehash to attempt to load missing (and new) lib/cmd_*.so files, to allo... | brain |
2007-08-11 | Make the return codes correct, and allow for LoadCommand without a user pointer | brain |
2007-08-11 | Provide error output on failure to load a core command; to console on startup... | brain |
2007-07-24 | Replace some voodoo with a define | w00t |
2007-07-24 | Update a comment, remove another one that's useless | w00t |
2007-07-23 | Tidyup a bunch of stuff that was using userrec::modes directly rather than us... | brain |
2007-07-16 | OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR. | peavey |
2007-07-16 | 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au... | peavey |
2007-07-16 | formatting and ^M | peavey |
2007-07-15 | Fix for minor memory leak on unloading module, bug #340 | brain |
2007-07-01 | Optimizations and code tidyups. QA please check that svsnick and other forced... | brain |
2007-06-05 | Sexeger! | brain |
2007-06-05 | InspIRCd: Now with even MORE leet. | brain |
2007-06-05 | Comments here, too | brain |
2007-06-05 | Refactored InspIRCd::Duration(). The leetcode now lives! | brain |
2007-06-05 | Fix typos found by Zaba. Thanks. | peavey |
2007-05-19 | Fix (tested) for failing dlsym on win32 | brain |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-05-17 | Change the way i/o lines are formatted in debug log to make them more intuiti... | brain |
2007-05-16 | Add a progress meter for loading of core commands, fix broken implementation ... | brain |
2007-05-12 | We've had an IS_OPER macro for a long time. About time we started using it, m... | w00t |
2007-05-07 | we typedeffed nspace::hash_map<std::string,command_t*> to command_table ages ... | brain |
2007-05-04 | Proper fix for clients that send a nickprefix on their commands (the rfc says... | brain |
2007-04-14 | Don't send SYNTAX to clients which havent registered fully yet. Nothing says ... | brain |
2007-04-06 | We had to roll our own time function because some craqsmoker thought having a... | brain |
2007-04-05 | Fix for bug #199 (Feature request) submitted by owine. Ended up adding an ext... | brain |
2007-04-02 | This needs some general QA-ing. Add support to new parser (introduced in 1.1)... | brain |
2007-02-19 | 1) Fix for nickname overruled with new cullList stuff -- we have to change th... | brain |
2007-01-17 | Remove some debug here, cuts down boot output | brain |
2007-01-15 | Change the format of some debug | brain |
2006-12-24 | Tidyup | brain |
2006-12-23 | Hash rehashing change | brain |
2006-12-23 | Cut down on debug on restart | brain |
2006-12-17 | Invented safe delete-while-itering for hash_map. | peavey |
2006-12-17 | When receiving an FJOIN, if we have no local users, dont send deops, this jus... | brain |
2006-12-15 | Jesus, look who's the commit whore today. More header updates, and removal of... | w00t |
2006-12-07 | (1) make command reloads be announced to opers | brain |
2006-12-05 | Change this a LOT. | brain |
2006-11-11 | fix small typo (also doubles as test commit) | peavey |
2006-11-11 | Oops, add special-case for user killing themselves (their userrec is gone whe... | brain |
2006-11-05 | Whoops, make targets case insensitive when cutting down a comma seperated list | brain |
2006-11-04 | Smart voodoo to weed out duplicates in a comma seperated list for LoopCall. v... | brain |
2006-11-04 | Fix comma-seperated list handling by CommandParser::LoopCall, should fix /ams... | brain |
2006-11-03 | Revert special's sqloper change, nice try but only half a biscuit. | brain |
2006-10-31 | Remove some debug | brain |
2006-09-25 | Mini security audit | brain |
2006-09-17 | Add const std::string &original_command to OnPreCommand and OnPostCommand, wh... | brain |