Age | Commit message (Expand) | Author |
2009-03-23 | ConfigReaderThread updates: add done flag, remove main-thread-only mutex | danieldg |
2009-03-23 | ThreadEngine: remove MutexFactory, mutexes should be constructed using their ... | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-02-14 | Nuke trailing spaces | peavey |
2009-02-09 | Trap SIGXFSZ | brain |
2009-01-27 | Credits updates. | w00t |
2009-01-03 | Remove extra 'i'.. oopsie :P | w00t |
2009-01-03 | Remove silly comment from r10,000.. mostly just testing vim.. | w00t |
2009-01-02 | Branch merge | w00t |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-27 | Mark a member static so it isn't exported needlessly. | w00t |
2008-12-27 | Place CRT debug defines in win32wrapper.h, so they are defined everywhere. Th... | w00t |
2008-12-27 | Remove extra 'i'.. oopsie :P | w00t |
2008-12-27 | Remove silly comment from r10,000.. mostly just testing vim.. | w00t |
2008-12-18 | Wakey wakey w00t :p | brain |
2008-12-18 | Fix a windows compile screwup, courtesy of me. | w00t |
2008-12-08 | If we can't find file.conf, search for file.conf.txt when on windows. | w00t |
2008-12-07 | Ugly ugly craq in here in the cleanup stuff. Can be done nicer with a templat... | brain |
2008-12-07 | national_case_sensitive_map -> national_case_insensitive_map. | w00t |
2008-12-07 | Move stuff to use ASCII map where required. | w00t |
2008-12-07 | national_case_sensitive_map must be static, thanks to the match stuff being s... | w00t |
2008-12-07 | Add InspIRCd::national_case_sensitive_map pointer, defaults to rfc_case_insen... | w00t |
2008-11-22 | Thread safety fixes to avoid crashes on rehash, dont reopen logs within the r... | brain |
2008-11-02 | This was never supposed to be invoked on /rehash, only startup.. so move it t... | w00t |
2008-11-01 | Second attempt at time() -> SI->Time(), now problems with the original were f... | w00t |
2008-10-28 | dz added to /info, psychon (omitted?!) added to startup :) | w00t |
2008-10-22 | First set our group id, then the user id, because we need to be root to set the | psychon |
2008-10-20 | Implement <security:runasuser> and <security:runasgroup> - allows for set(g|u... | w00t |
2008-10-18 | Working privs implementation, and example usage in NOTICE for mass messaging. | w00t |
2008-10-18 | Migrate oper commands to an std::set, add a set for privs also. Change the AP... | w00t |
2008-10-18 | Add skeleton of HasPrivPermission. | w00t |
2008-09-21 | Fix crash | brain |
2008-09-20 | Fix a rather nasty race condition revealed by my reading through the comments... | brain |
2008-09-13 | Merge commit 'danieldg/out-12' | w00t |
2008-09-04 | mutexengine -> mutexfactory | brain |
2008-09-04 | initialise mutexengine | brain |
2008-08-24 | Properly name the windows service error constants and put proper descriptions... | brain |
2008-08-24 | No names for the service specific errors, probably wont ever name them as the... | brain |
2008-08-24 | work in progress | brain |
2008-08-21 | comments to explain wtf 'ENTRYPOINT' is where main() should be. In the future... | brain |
2008-08-21 | add support for windows service. This now is part of inspircd itself being as... | brain |
2008-08-12 | Drift now has to be >= 3 secs in either direction to trigger a warning, this ... | brain |
2008-07-19 | Fix compile. Also remove write error stuff, as that was used prior to the goo... | w00t |
2008-07-17 | Combine IP+port in a failed port list, show (the more helpful) error string s... | w00t |
2008-07-12 | And, just because I can. The one pointless one-liner of the evening. :p | w00t |
2008-07-12 | Add a snotice about time jumping by more than a second at a time, and move bo... | w00t |
2008-07-12 | Remove some long commented out code: we never used to start unless a client p... | w00t |
2008-05-21 | Rename "lan or wan ip" -> public ip | brain |
2008-05-21 | update to tell them to try a LAN or a WAN IP, depending on how the box is set... | bricker |
2008-05-13 | Check for windows drive letters on the start of paths and treat them the same... | brain |