2006-08-08 |
brain | userrec::AddToWhoWas() fix |
commit | commitdiff | tree | snapshot |
2006-08-08 |
brain | AddWhoWas(userrec) -> userrec::AddToWhoWas() |
commit | commitdiff | tree | snapshot |
2006-08-08 |
brain | kill_link() and Server::QuitUser() -> userrec::QuitUser... |
commit | commitdiff | tree | snapshot |
2006-08-08 |
brain | WriteChannel* functions and ChanExceptSender* functions... |
commit | commitdiff | tree | snapshot |
2006-08-08 |
brain | add_channel -> chanrec::JoinUser() |
commit | commitdiff | tree | snapshot |
2006-08-08 |
brain | Change to chanrec::PartUser. As with KickUser and Serve... |
commit | commitdiff | tree | snapshot |
2006-08-08 |
brain | Check return values |
commit | commitdiff | tree | snapshot |
2006-08-08 |
brain | chanrec::KickUser and chanrec::ServerKickUser return... |
commit | commitdiff | tree | snapshot |
2006-08-08 |
brain | kick_channel -> chanrec::KickUser(), server_kick_channe... |
commit | commitdiff | tree | snapshot |
2006-08-08 |
brain | Add checking on AddFd that was missing (it assumed... |
commit | commitdiff | tree | snapshot |
2006-08-08 |
brain | Extra checking that the fd's we pass to SocketEngine... |
commit | commitdiff | tree | snapshot |
2006-08-07 |
brain | Only local users can have angry monkeys and packs of... |
commit | commitdiff | tree | snapshot |
2006-08-07 |
brain | Now with added ANGRY MONKEYS. |
commit | commitdiff | tree | snapshot |
2006-08-07 |
brain | Change the error message, just for LeaChim <3 |
commit | commitdiff | tree | snapshot |
2006-08-07 |
brain | Check earlier on is no longer required |
commit | commitdiff | tree | snapshot |
2006-08-07 |
brain | Bail if we couldn't bind any ports (when did this get... |
commit | commitdiff | tree | snapshot |
2006-08-07 |
brain | Put casts back :( |
commit | commitdiff | tree | snapshot |
2006-08-07 |
brain | The segfaults on missing init_module symbol are now... |
commit | commitdiff | tree | snapshot |
2006-08-07 |
brain | Change symbol back |
commit | commitdiff | tree | snapshot |
2006-08-07 |
brain | Added some hax :( to prevent invalid symbols. It seems... |
commit | commitdiff | tree | snapshot |
2006-08-07 |
brain | Tidy up, make a lot of char*'s const |
commit | commitdiff | tree | snapshot |
2006-08-07 |
brain | Better checks for running out of disk space, inability... |
commit | commitdiff | tree | snapshot |
2006-08-07 |
brain | Extra debug all over the place, which maybe we should... |
commit | commitdiff | tree | snapshot |
2006-08-07 |
om | Untested but compiling updates for Resolver DNS API |
commit | commitdiff | tree | snapshot |
2006-08-07 |
om | General cleanup of code., add support for +Q channel... |
commit | commitdiff | tree | snapshot |
2006-08-07 |
brain | Change prototype of OneOfMatches |
commit | commitdiff | tree | snapshot |
2006-08-07 |
brain | Add m_tline, tests how many users a gline, zline etc... |
commit | commitdiff | tree | snapshot |
2006-08-07 |
brain | Remove dependent commands BEFORE deleting the Module... |
commit | commitdiff | tree | snapshot |
2006-08-07 |
brain | Remove old debug |
commit | commitdiff | tree | snapshot |
2006-08-06 |
brain | Remove trailing spaces from input in irc::ircsepstream |
commit | commitdiff | tree | snapshot |
2006-08-06 |
brain | Left nick out of the cidr/ip check in bans/join, would... |
commit | commitdiff | tree | snapshot |
2006-08-06 |
brain | Fix for ipv6 build |
commit | commitdiff | tree | snapshot |
2006-08-06 |
brain | return statement in wrong place caused modes to be... |
commit | commitdiff | tree | snapshot |
2006-08-06 |
om | Give a full path to .gdbargs, should let you run the... |
commit | commitdiff | tree | snapshot |
2006-08-06 |
om | Install .gdbargs with ./inspircd |
commit | commitdiff | tree | snapshot |
2006-08-06 |
brain | Syntax notice on bad commandline |
commit | commitdiff | tree | snapshot |
2006-08-06 |
brain | Add -notraceback startup option, disables automatic... |
commit | commitdiff | tree | snapshot |
2006-08-06 |
brain | Remove check that very rarely equates to true |
commit | commitdiff | tree | snapshot |
2006-08-06 |
brain | Change to strrchr when looking for '/'. faster |
commit | commitdiff | tree | snapshot |
2006-08-06 |
brain | Tidy up comments |
commit | commitdiff | tree | snapshot |
2006-08-06 |
brain | Comments |
commit | commitdiff | tree | snapshot |
2006-08-06 |
brain | Extra comments |
commit | commitdiff | tree | snapshot |
2006-08-06 |
brain | Update to reflect allowing CIDR in new places |
commit | commitdiff | tree | snapshot |
2006-08-06 |
brain | CIDR g/k/e lines to go with zlines |
commit | commitdiff | tree | snapshot |
2006-08-06 |
brain | Just comments |
commit | commitdiff | tree | snapshot |
2006-08-06 |
brain | Allow non-cidr ip's still |
commit | commitdiff | tree | snapshot |
2006-08-06 |
brain | Allow CIDR channel bans to be matched |
commit | commitdiff | tree | snapshot |
2006-08-06 |
brain | Update docs to indicate ident@mask/bits is allowed... |
commit | commitdiff | tree | snapshot |
2006-08-06 |
brain | Allow nick!ident@ and ident@ portions in a CIDR mask... |
commit | commitdiff | tree | snapshot |
2006-08-06 |
brain | Update docs to reflect where CIDR is allowed |
commit | commitdiff | tree | snapshot |
2006-08-06 |
brain | Add docs for m_httpd and m_http_stats |
commit | commitdiff | tree | snapshot |
2006-08-06 |
brain | Add documentation of <link:allowmask> |
commit | commitdiff | tree | snapshot |
2006-08-06 |
brain | Add <link:allowmask> |
commit | commitdiff | tree | snapshot |
2006-08-06 |
brain | Clamp mask sizes to 128 for ipv6 and 32 for ipv4 |
commit | commitdiff | tree | snapshot |
2006-08-06 |
brain | Extra safety checks |
commit | commitdiff | tree | snapshot |
2006-08-06 |
brain | Support CIDR, CIDR zline, /oper and CIDR <connect>... |
commit | commitdiff | tree | snapshot |
2006-08-06 |
brain | Fix CIDR functions so they work |
commit | commitdiff | tree | snapshot |
2006-08-06 |
brain | Simple CIDR checking routine |
commit | commitdiff | tree | snapshot |
2006-08-06 |
brain | Fix TS lowering, also update local variable |
commit | commitdiff | tree | snapshot |
2006-08-05 |
brain | Dont try and cloak remote clients |
commit | commitdiff | tree | snapshot |
2006-08-05 |
brain | Extra stuff for identifying ipv6 addresses |
commit | commitdiff | tree | snapshot |
2006-08-05 |
brain | Use insp_aton so we can correctly cloak ipv6 |
commit | commitdiff | tree | snapshot |
2006-08-05 |
om | Hopefully stop compile warning which I don't get anyway |
commit | commitdiff | tree | snapshot |
2006-08-05 |
brain | Change a loop which uppercases the command to std:... |
commit | commitdiff | tree | snapshot |
2006-08-04 |
brain | Fix /stats T dns totals |
commit | commitdiff | tree | snapshot |
2006-08-04 |
brain | Remove leading : from /stats l, add /stats L |
commit | commitdiff | tree | snapshot |
2006-08-04 |
brain | Change field name to time_open |
commit | commitdiff | tree | snapshot |
2006-08-04 |
brain | Change /stats l to be more usable |
commit | commitdiff | tree | snapshot |
2006-08-04 |
brain | Fixed bug in new /who code spotted by jilles |
commit | commitdiff | tree | snapshot |
2006-08-04 |
brain | Sanity checks |
commit | commitdiff | tree | snapshot |
2006-08-04 |
brain | Allow non-ops to view listmode lists |
commit | commitdiff | tree | snapshot |
2006-08-04 |
brain | Fix global session checks |
commit | commitdiff | tree | snapshot |
2006-08-04 |
brain | Typo in /stats u |
commit | commitdiff | tree | snapshot |
2006-08-04 |
brain | Add 'no such server' on remote stats to invalid name |
commit | commitdiff | tree | snapshot |
2006-08-04 |
brain | Backwards mode stuff! |
commit | commitdiff | tree | snapshot |
2006-08-04 |
brain | Better detection for hosts starting with : |
commit | commitdiff | tree | snapshot |
2006-08-04 |
brain | Fixes? |
commit | commitdiff | tree | snapshot |
2006-08-04 |
brain | Bugs bugs |
commit | commitdiff | tree | snapshot |
2006-08-04 |
brain | Debug |
commit | commitdiff | tree | snapshot |
2006-08-04 |
brain | Fix craq loop |
commit | commitdiff | tree | snapshot |
2006-08-04 |
brain | More fuckup |
commit | commitdiff | tree | snapshot |
2006-08-04 |
brain | Not checking a pointer, bad brain bad |
commit | commitdiff | tree | snapshot |
2006-08-04 |
brain | Whoops, typo |
commit | commitdiff | tree | snapshot |
2006-08-04 |
brain | Fixes for ::0 ip's, disable autobind when using ::ffff... |
commit | commitdiff | tree | snapshot |
2006-08-04 |
brain | More changes |
commit | commitdiff | tree | snapshot |
2006-08-04 |
brain | Changes |
commit | commitdiff | tree | snapshot |
2006-08-04 |
brain | Debug |
commit | commitdiff | tree | snapshot |
2006-08-04 |
brain | Extra debug |
commit | commitdiff | tree | snapshot |
2006-08-04 |
brain | Misplaced backtick makes stuff look ugly |
commit | commitdiff | tree | snapshot |
2006-08-04 |
brain | Safety wrapper defines for ipv6 code on ipv4 ircds |
commit | commitdiff | tree | snapshot |
2006-08-04 |
brain | IPV6 compile fixes |
commit | commitdiff | tree | snapshot |
2006-08-04 |
brain | IPV6 changes for userrec::ip |
commit | commitdiff | tree | snapshot |
2006-08-04 |
brain | Change to using userrec::ip as a sockaddr to store... |
commit | commitdiff | tree | snapshot |
2006-08-03 |
brain | Add proper support for "munging" of ipv6 addresses... |
commit | commitdiff | tree | snapshot |
2006-08-03 |
brain | Change some checking |
commit | commitdiff | tree | snapshot |
2006-08-03 |
brain | More stuff |
commit | commitdiff | tree | snapshot |
2006-08-03 |
brain | Odd stuff with ::ffff ipv6 addresses |
commit | commitdiff | tree | snapshot |
2006-08-03 |
brain | Extra debug |
commit | commitdiff | tree | snapshot |
2006-08-03 |
brain | Tweak |
commit | commitdiff | tree | snapshot |
2006-08-03 |
brain | Tweak tweak |
commit | commitdiff | tree | snapshot |
next |