Age | Commit message (Expand) | Author |
2007-11-11 | More stuff | brain |
2007-11-11 | In prep for remote includes, configuration reading is now two-pass. | brain |
2007-11-11 | Fix crashes from badly written safeiters | brain |
2007-11-11 | Make iterators safe in FOREACH_MOD etc macros, so that ModuleManager::Detach(... | brain |
2007-11-10 | m_spy no longer implements SPYNAMES, instead it overrides normal NAMES on the... | brain |
2007-11-09 | Roadmap item "Fix jointhrottle to not try 'throttle' clients during a netmerg... | brain |
2007-11-04 | Why the hell the includes are half way down the damn file in modules.h is bey... | brain |
2007-11-04 | Instead of a vector of vectors, use an array of vectors as in the original sp... | brain |
2007-11-04 | Comments | brain |
2007-11-04 | MODERR tidyups | brain |
2007-11-04 | Remove some now redundant if (!empty) checks in FOREACH_MOD | brain |
2007-11-04 | Remove no longer required typedef | brain |
2007-11-04 | Comment all the new stuff | brain |
2007-11-04 | Not yet tested: remove last vestiges of modules[] and module_names[] arrays. | brain |
2007-11-04 | Remove our vectors of Module*/ircd_module*, replace with a map of std::pair<i... | brain |
2007-11-04 | More craq | brain |
2007-11-04 | Bring back Prioritize (needs to occur after module load) with a different dec... | brain |
2007-11-04 | Next part of Development/Hooking (see wiki) | brain |
2007-11-04 | Development/Hooking in full swing now: WARNING, this will break ALL modules f... | brain |
2007-11-04 | Add EventHandlers structure for Development/Hooking | brain |
2007-10-31 | Forward decl | brain |
2007-10-31 | Remove all the OnAddGLine, OnAddWhateverLine replace with one simple OnAddLin... | brain |
2007-10-26 | Whoops, must be const | brain |
2007-10-26 | Add new event for this with gauranteed delivery of message BEFORE the text is... | brain |
2007-10-15 | InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id... | w00t |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-10-13 | Shut up, valgrind | brain |
2007-09-25 | Fix for bug #415, affects only trunk (wish i'd known this before i started!) | brain |
2007-09-12 | Renamed the needs_unsigned parameter of ConfigReader::ReadInteger to need_pos... | special |
2007-08-29 | A few more minor cleanups | om |
2007-08-28 | Move everything module-related out of InspIRCd and into ModuleManager, there ... | om |
2007-08-28 | First step on the road of module loader rewriting. So far this only really re... | om |
2007-08-26 | Bump ABI version and protocol version. Note that this really means 1.1 and 1.... | w00t |
2007-08-05 | Fix spelling mistakes on some log messages | w00t |
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-10 | This should fix the rest of remote kill nick hiding | brain |
2007-06-17 | More comments | brain |
2007-06-17 | Module factory and init function in modules turned into a neat macro: | brain |
2007-06-14 | Some general syntax cleanups. | pippijn |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-05-15 | Rather largeish change to class checking on connect to fix a few minor bits a... | w00t |
2007-05-11 | Refactor port binding, warning not yet tested fully | brain |
2007-05-10 | Add m_taxonomy and api minor tweak to make it work, enable some modules for it. | brain |
2007-05-04 | Add <auditorium showops> which determines if auditorium works like ircnet +a ... | brain |
2007-05-04 | Where others charge, we give for free. Have fun and use wisely. With great po... | brain |
2007-05-03 | DO NOT USE THIS COMMIT - if you do, most of the modules wont work. | brain |
2007-04-05 | Fix for bug #199 (Feature request) submitted by owine. Ended up adding an ext... | brain |
2007-03-31 | Add macros IS_OPER() and IS_AWAY() | brain |
2007-03-15 | Add third parameter to OnUserQuit (quit reason for opers only) - bump api ver... | brain |