2006-09-17 |
brain | Turn irc::commasepstream into a base class, irc::sepstr... |
commit | commitdiff | tree | snapshot |
2006-09-17 |
brain | Add const std::string &original_command to OnPreCommand... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
brain | Proper checking in /SAPART that the user really did... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
brain | Fix crash on two objects trying to free each other... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
brain | Comments |
commit | commitdiff | tree | snapshot |
2006-09-15 |
brain | Fix memory leak too |
commit | commitdiff | tree | snapshot |
2006-09-15 |
brain | Add timeouts to the http module. Two seperate timeouts... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
brain | Improve notices, so that if SAJOIN fails it can tell... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
brain | Fix for bug noticed by dotslasher (?) where SAJOIN... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
brain | Annotations |
commit | commitdiff | tree | snapshot |
2006-09-15 |
brain | Annotations |
commit | commitdiff | tree | snapshot |
2006-09-15 |
brain | Annotations |
commit | commitdiff | tree | snapshot |
2006-09-15 |
brain | Annotations |
commit | commitdiff | tree | snapshot |
2006-09-15 |
brain | Remove ExemptItem and InviteItem, these were never... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
brain | Comment tidyup and change format so doxygen can detect... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
brain | Comments describing classes, for the url http://svn... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
brain | Fix some stuff, avoid use of global ServerInstance var |
commit | commitdiff | tree | snapshot |
2006-09-14 |
brain | Commit all the httpd patches i sneakily put in before... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
brain | Use gmtime() not localtime() as RFC2616 says dates... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
brain | Remember to change state when sending error 400 |
commit | commitdiff | tree | snapshot |
2006-09-14 |
brain | Send error 400 when content-size is 0 or omitted for... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
brain | Fix postdata stuff |
commit | commitdiff | tree | snapshot |
2006-09-14 |
brain | Only initialise request type once |
commit | commitdiff | tree | snapshot |
2006-09-14 |
brain | Properly read POSTDATA |
commit | commitdiff | tree | snapshot |
2006-09-13 |
brain | Todo: find out content-length, then read that much... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
brain | Beginnings of postdata stuff |
commit | commitdiff | tree | snapshot |
2006-09-13 |
brain | Add jamie to code contributors in /info |
commit | commitdiff | tree | snapshot |
2006-09-13 |
brain | Document this |
commit | commitdiff | tree | snapshot |
2006-09-13 |
brain | Did i ever mention that pipp was pedantic? ;) |
commit | commitdiff | tree | snapshot |
2006-09-13 |
brain | Add m_conn_umodes.so which allows setting of modes... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
brain | Patch from jamie to detect malformed openssl versions |
commit | commitdiff | tree | snapshot |
2006-09-13 |
brain | Try this pipp and see if the bug manifests in a differe... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
brain | If inspircd crashes in std::string destructor in Comman... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
brain | Add a comment for readability |
commit | commitdiff | tree | snapshot |
2006-09-13 |
brain | Special check in cmd_quit and cmd_kill and special... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
brain | Try this, jamie |
commit | commitdiff | tree | snapshot |
2006-09-13 |
brain | Fix minor memory leak when setting new param that repla... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
brain | Add debug to m_spanningtree, verifies that inspircd... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
brain | Fix |
commit | commitdiff | tree | snapshot |
2006-09-13 |
brain | Fix m_messageflood along same lines as m_joinflood... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
brain | And fix again |
commit | commitdiff | tree | snapshot |
2006-09-13 |
brain | Merge jamies many patches |
commit | commitdiff | tree | snapshot |
2006-09-13 |
special | Applied jamie's cmd_gline patch |
commit | commitdiff | tree | snapshot |
2006-09-11 |
brain | Whack a strlcpy() |
commit | commitdiff | tree | snapshot |
2006-09-11 |
brain | kill casts, so that om <3's the code |
commit | commitdiff | tree | snapshot |
2006-09-11 |
w00t | Fix for picky compilers (see, I work sometimes ;p) |
commit | commitdiff | tree | snapshot |
2006-09-11 |
brain | Fix timedbans bug reported by jamie |
commit | commitdiff | tree | snapshot |
2006-09-11 |
brain | Remove execinfo and threaded dns detection |
commit | commitdiff | tree | snapshot |
2006-09-11 |
brain | What TWONK made uname be /bin/uname, its NOT in /bin... |
commit | commitdiff | tree | snapshot |
2006-09-10 |
special | Added a bunch of binaries, configs, modules symlinked... |
commit | commitdiff | tree | snapshot |
2006-09-10 |
brain | This should fix the timeout issues pippjin was experiencing |
commit | commitdiff | tree | snapshot |
2006-09-10 |
brain | Remove -Ldl from c++ opts in freebsd... its always... |
commit | commitdiff | tree | snapshot |
2006-09-10 |
brain | Take some debug crap out of ModeParser::ModeString() |
commit | commitdiff | tree | snapshot |
2006-09-10 |
brain | * Fix ChanModes::ModeString to not try and set a key... |
commit | commitdiff | tree | snapshot |
2006-09-10 |
brain | Make it neater |
commit | commitdiff | tree | snapshot |
2006-09-10 |
brain | Dont allow keys of length >= 32 |
commit | commitdiff | tree | snapshot |
2006-09-10 |
brain | Remove unused buffer and call to MakeHost() |
commit | commitdiff | tree | snapshot |
2006-09-10 |
brain | Make /stats k/g/e work right |
commit | commitdiff | tree | snapshot |
2006-09-10 |
brain | Split hostmasks into ident and host pairs for matching... |
commit | commitdiff | tree | snapshot |
2006-09-10 |
brain | Fix the new g/k/e line stuff to match ips. NOTE: this... |
commit | commitdiff | tree | snapshot |
2006-09-10 |
brain | Match IP's with klines, glines and exceptions, as well... |
commit | commitdiff | tree | snapshot |
2006-09-10 |
brain | Move Spacify() into irc:: namespace as multiple modules... |
commit | commitdiff | tree | snapshot |
2006-09-10 |
brain | Spacify() the oper types |
commit | commitdiff | tree | snapshot |
2006-09-10 |
brain | Tons more useful detail when failing to oper (and when... |
commit | commitdiff | tree | snapshot |
2006-09-10 |
brain | Stop gcc prerelease (PRERELEASE? YEAH REALLY, WE HATE... |
commit | commitdiff | tree | snapshot |
2006-09-10 |
brain | Remove m_park from example configuration |
commit | commitdiff | tree | snapshot |
2006-09-10 |
brain | Nicer fix |
commit | commitdiff | tree | snapshot |
2006-09-10 |
brain | Change a fux into a fix for pippjin (thanks for the bt) |
commit | commitdiff | tree | snapshot |
2006-09-10 |
brain | Much neater more compact override notices for modes: |
commit | commitdiff | tree | snapshot |
2006-09-10 |
special | Added usermode n (snomask) to the example helpop files |
commit | commitdiff | tree | snapshot |
2006-09-09 |
brain | ModuleFactories are not being deleted, this means that... |
commit | commitdiff | tree | snapshot |
2006-09-09 |
brain | Remove debug output |
commit | commitdiff | tree | snapshot |
2006-09-09 |
brain | I'll give you ##TOAST, :p |
commit | commitdiff | tree | snapshot |
2006-09-09 |
brain | Reset LastParse string when we try to parse new modes |
commit | commitdiff | tree | snapshot |
2006-09-09 |
brain | Dont generate host change, ident change or fullname... |
commit | commitdiff | tree | snapshot |
2006-09-09 |
brain | Ensure that these output the sane value thats actually... |
commit | commitdiff | tree | snapshot |
2006-09-09 |
brain | Tidier string building |
commit | commitdiff | tree | snapshot |
2006-09-09 |
brain | Make SAMODE oper output tidier |
commit | commitdiff | tree | snapshot |
2006-09-09 |
brain | And fix it so it doesnt go into an infinite loop when... |
commit | commitdiff | tree | snapshot |
2006-09-09 |
brain | Add sane limiting to mode output, so we cant have more... |
commit | commitdiff | tree | snapshot |
2006-09-09 |
brain | Tidy up override snotices |
commit | commitdiff | tree | snapshot |
2006-09-09 |
brain | m_override is now fixed, replaced AC_GENERAL_MODE OnAcc... |
commit | commitdiff | tree | snapshot |
2006-09-09 |
brain | More debug logging in this module |
commit | commitdiff | tree | snapshot |
2006-09-09 |
brain | Grr |
commit | commitdiff | tree | snapshot |
2006-09-09 |
brain | Changes to m_override |
commit | commitdiff | tree | snapshot |
2006-09-08 |
brain | This useless module doesnt work right in multi-server... |
commit | commitdiff | tree | snapshot |
2006-09-08 |
brain | Fix output when user SANICKs themselves |
commit | commitdiff | tree | snapshot |
2006-09-08 |
brain | Stop valgrind whining about uninitialized array, all... |
commit | commitdiff | tree | snapshot |
2006-09-08 |
brain | Fix small memory leak if non-cidr string passed to... |
commit | commitdiff | tree | snapshot |
2006-09-08 |
brain | Fix for uninitialized var in valgrind output |
commit | commitdiff | tree | snapshot |
2006-09-08 |
brain | Sensible failure messages for cmd_qline |
commit | commitdiff | tree | snapshot |
2006-09-08 |
brain | Move spynames attempt notice into success area |
commit | commitdiff | tree | snapshot |
2006-09-08 |
brain | And fix it to compile :p |
commit | commitdiff | tree | snapshot |
2006-09-08 |
brain | Tidy up setidle message sent to opers, to show the... |
commit | commitdiff | tree | snapshot |
2006-09-08 |
brain | Made SANICK not collide the user (theres no need to... |
commit | commitdiff | tree | snapshot |
2006-09-08 |
brain | Report invalid nicknames back to oper |
commit | commitdiff | tree | snapshot |
2006-09-08 |
brain | Add failed SANICK notices |
commit | commitdiff | tree | snapshot |
2006-09-08 |
brain | Only put out SANICK success line if the nickchange... |
commit | commitdiff | tree | snapshot |
2006-09-08 |
brain | Correctly put qline notices into xline snomask |
commit | commitdiff | tree | snapshot |
2006-09-08 |
brain | Fix 'item not on list' output |
commit | commitdiff | tree | snapshot |
next |