Commit Graph

  • 9e10737339 Fixed Reset() to clear out topic info prozacx 2005-05-11 01:52:38 +00:00
  • 55b21afa8b Added force = true to JoinUser() on attach prozacx 2005-05-10 22:42:36 +00:00
  • 3196299a95 Fixed bug when client tried to cycle.. only attach a user to a chan if it is detached or bForce is set prozacx 2005-05-10 22:41:49 +00:00
  • 67e9b0ecd8 Added a message when not forking because we are in debug mode prozacx 2005-05-10 21:43:03 +00:00
  • 956f203b6e Fixed bug in RightTrim() and LeftTrim() for empty strings prozacx 2005-05-10 21:40:00 +00:00
  • 1a9ffe7d86 added a quick check for dlopen in case not required in external lib, also fixes an issue with having one test application not being called inside of a if conditional. seems like possible autoconf bug. check for misc c api functions, probably need to add more imaginos 2005-05-10 21:16:11 +00:00
  • ae8d522a99 Added code for WildCmp() prozacx 2005-05-10 21:06:56 +00:00
  • a51dbdeedf Fixed bugs while using --disable-modules prozacx 2005-05-10 06:42:40 +00:00
  • 428baad29e Changed references to strcasecmp over to CString::CaseCmp prozacx 2005-05-08 10:00:20 +00:00
  • fbc9098fdb Removed debug print prozacx 2005-05-08 08:46:31 +00:00
  • 0823b27f37 Moved CUtils::wildcmp() into CString class prozacx 2005-05-08 07:51:46 +00:00
  • 1c5981ee6d Added AsUpper() and AsLower() prozacx 2005-05-08 07:50:20 +00:00
  • fd231e6b3a Moved CUtils::ToString() into CString class prozacx 2005-05-08 06:42:02 +00:00
  • 223a660ca1 Moved CUtils::ToString() into CString class prozacx 2005-05-08 06:24:40 +00:00
  • 511832a8d6 Moved CUtils::Trim() into CString class prozacx 2005-05-08 04:30:14 +00:00
  • 078bbcf019 Moved some more functions from CUtils into CString prozacx 2005-05-07 11:42:10 +00:00
  • 11ae1b690f Moved CUtils::Ellipsize() into CString class prozacx 2005-05-07 09:43:26 +00:00
  • 24950d24e4 Moved CUtils::Token() into CString class prozacx 2005-05-07 09:18:56 +00:00
  • 5f61128b18 Changed Token() and Ellipsize() to const prozacx 2005-05-07 08:56:25 +00:00
  • 598d39b204 Added include for main.h to get Csocket defines prozacx 2005-05-06 23:40:12 +00:00
  • 29d8ef890e Added include for errno - thanks derblubbe prozacx 2005-05-06 22:52:27 +00:00
  • beb5b49b3f Changed all references to std::string over to CString prozacx 2005-05-05 18:11:04 +00:00
  • 7f0215de40 CString class prozacx 2005-05-03 22:12:22 +00:00
  • f8fde66be9 Added String.o/cpp prozacx 2005-05-03 22:12:08 +00:00
  • 279279fef7 Fixed up the module prompting portion of the auto conf generation prozacx 2005-05-02 22:37:18 +00:00
  • 0ba6b056ec Get CFile from FileUtils.h now prozacx 2005-05-02 22:36:50 +00:00
  • de9573f165 Added param CZNC* for GetAvailableMods() prozacx 2005-05-02 22:36:36 +00:00
  • b468129172 Added in code for GetAvailableMods() prozacx 2005-05-02 22:36:08 +00:00
  • ad2c3adb71 Added FileUtils prozacx 2005-05-02 22:34:23 +00:00
  • b58cb3c8b3 Added CDir and split CFile out from Utils.cpp/h prozacx 2005-05-02 22:34:11 +00:00
  • 503dc56a30 Split CFile into its own files called FileUtils.cpp/h prozacx 2005-05-02 22:33:49 +00:00
  • e50580aba2 Added module loading into auto conf generator prozacx 2005-05-02 06:14:25 +00:00
  • 8b8ea0b6b9 Added GetAvailableMods() (stubbed for now) prozacx 2005-05-02 06:13:33 +00:00
  • 0d0c546214 Added some output to tell user how to connect prozacx 2005-05-02 05:20:29 +00:00
  • 37b37935d7 Added optional bool param to PrintMessage() to make text bold and fixed some whitespace prozacx 2005-05-02 05:17:11 +00:00
  • 94c5addfc9 Added optional bool param to PrintMessage() to make text bold prozacx 2005-05-02 05:16:35 +00:00
  • 70fc1ed06e Added Version command prozacx 2005-05-01 20:29:40 +00:00
  • 3ceb15a975 Changed to using CZNC::GetTag() prozacx 2005-05-01 20:28:47 +00:00
  • c2d926630f Added GetTag() prozacx 2005-05-01 20:28:26 +00:00
  • 43e170313e Added --version and reformatted some whitespace prozacx 2005-05-01 17:25:50 +00:00
  • a2dbcad6d5 Inc'd version znc-0.034 prozacx 2005-05-01 07:08:57 +00:00
  • 3509e3712b Removed default version reply since it is now handled in CUser prozacx 2005-05-01 06:23:16 +00:00
  • 1c1be9d573 Added in default Quit/Version messages prozacx 2005-05-01 06:20:37 +00:00
  • 44e1416bff Changed default for altnick/ident to nick not user - Fixed GetConfigPath() to be nice to absolute paths prozacx 2005-05-01 02:22:49 +00:00
  • 2d359f53d5 Renamed some stuff prozacx 2005-05-01 02:15:48 +00:00
  • 324cb165b2 Split constructor channel argument into chan/key prozacx 2005-04-30 19:18:21 +00:00
  • ecd587c574 Fixed up the auto config generation a bit prozacx 2005-04-30 19:11:53 +00:00
  • 7578ec11e7 Added IsValidHostName() prozacx 2005-04-30 19:11:07 +00:00
  • 8ccb908194 Added IsValidUserName() prozacx 2005-04-30 19:10:55 +00:00
  • 22840ca24c Added # to front of chan name if it doesn't start with # or \& prozacx 2005-04-30 19:10:10 +00:00
  • 67bc4894ee Removed a debug print prozacx 2005-04-30 11:06:04 +00:00
  • 04e1d6aaa7 Changed some input functions to use GetNumInput() prozacx 2005-04-30 11:05:36 +00:00
  • 3abf42228d Added GetNumInput() and sHint argument to GetInput prozacx 2005-04-30 11:02:10 +00:00
  • 0013ab2c0c Added WriteNewConfig() to make it easier for new installs prozacx 2005-04-29 08:32:49 +00:00
  • 18a4a7894b Changed method of obtaining pass to CUtils::GetHashPass() prozacx 2005-04-29 08:31:44 +00:00
  • 6070d73763 Added GetHashPass() prozacx 2005-04-29 08:30:41 +00:00
  • dcb0bc00d4 Fixed pem file auto creation prompting prozacx 2005-04-29 00:28:19 +00:00
  • c6eea2aec1 Added default values for GetInput() and GetBoolInput() prozacx 2005-04-29 00:27:45 +00:00
  • 79aaf3d527 Got rid of those pesky trailing whitespaces prozacx 2005-04-28 23:53:14 +00:00
  • 51f22e4287 Added prompt to ask user if they want a missing pem file auto generated prozacx 2005-04-28 23:42:28 +00:00
  • e233decc2d Added GetInput() and GetBoolInput() prozacx 2005-04-28 23:41:38 +00:00
  • 3d30668830 misc cleanups and some comment fixing imaginos 2005-04-28 17:36:31 +00:00
  • 8a769a6f66 Split Csocket.h out into h/cpp files prozacx 2005-04-28 07:41:54 +00:00
  • 9d046cc751 Got rid of pesky whitespace prozacx 2005-04-28 07:41:24 +00:00
  • 4524cb3f71 Added ListServers/AddServer/RemServer commands prozacx 2005-04-28 07:30:19 +00:00
  • 7024834f11 Added Find/DelServer() prozacx 2005-04-28 07:29:50 +00:00
  • 2640f16997 Added Find/DelServer() prozacx 2005-04-28 07:20:40 +00:00
  • 3f0dd6c3ea Added a confirmation to --makepass prozacx 2005-04-26 16:41:21 +00:00
  • f661f2a570 Added a space at the end of the message in PrintPrompt() prozacx 2005-04-26 16:40:48 +00:00
  • 7e7bbfad43 Fixed some output issues prozacx 2005-04-26 07:16:20 +00:00
  • f9f365d221 Inc'd version znc-0.033 prozacx 2005-04-26 07:15:34 +00:00
  • 05ba8c3e54 Throw exception on version mismatch prozacx 2005-04-26 07:15:12 +00:00
  • 2e685b6f19 Added IsValid() prozacx 2005-04-26 07:14:26 +00:00
  • c20ffc1c87 Added IsValid() and Changed behavior of allowed hosts to accept * on no allow defined prozacx 2005-04-26 07:14:18 +00:00
  • b0f2874f8b Added EX_BadModVersion exception prozacx 2005-04-26 07:13:27 +00:00
  • 3a5a17a2dc Fixed literal strings of 'savebuff' to now use GetModName() and removed redundant prefix from filenames prozacx 2005-04-24 08:05:41 +00:00
  • 59844f5a49 Don't print a newline in PrintPrompt prozacx 2005-04-24 08:04:34 +00:00
  • e4aabe6cfc Fixed WritePidFile() output prozacx 2005-04-24 08:04:11 +00:00
  • 2139e51ac3 Call CUser::SetIRCNick() in SetNick() prozacx 2005-04-24 07:34:37 +00:00
  • d1444e6f8a Changed motd to CBuffer instead of vector to support nick changes prozacx 2005-04-24 07:03:03 +00:00
  • 272c905912 Removed old commented lines prozacx 2005-04-24 07:02:29 +00:00
  • 389ca95682 Write pid before printing final status msg prozacx 2005-04-24 06:15:36 +00:00
  • 9d5ab76861 Added output for printing pid prozacx 2005-04-24 06:15:14 +00:00
  • 6a3a11a555 Removed an old commented line prozacx 2005-04-24 06:02:12 +00:00
  • f32fb1b3f1 Changed from checking pidfile to locking the config prozacx 2005-04-24 05:53:07 +00:00
  • 38c142ea1e Removed zncchk since znc itself now does multiple instance detection prozacx 2005-04-23 23:16:13 +00:00
  • fe926d20ba Added AUTHORS prozacx 2005-04-23 23:05:01 +00:00
  • bf619eda64 Added pid checking prozacx 2005-04-23 22:57:56 +00:00
  • 0647e1571a Added author info prozacx 2005-04-23 22:01:37 +00:00
  • 367d744702 Added html documentation prozacx 2005-04-23 21:44:54 +00:00
  • 29f8f80ea5 Documentation prozacx 2005-04-23 19:45:44 +00:00
  • 6cb97b21d2 die on dodoc failure prozacx 2005-04-23 19:28:50 +00:00
  • fee9b303d0 only work on chans where keepbuffer is true imaginos 2005-04-23 18:24:38 +00:00
  • c8f8285f65 Added KeepBuffer/Buffer config options to the User class prozacx 2005-04-23 17:54:20 +00:00
  • b69a6419ab Added VersionReply config option prozacx 2005-04-23 16:30:57 +00:00
  • 77798b286a Added QuitMsg config option prozacx 2005-04-23 16:14:05 +00:00
  • 9b3ac7cb94 Changed vChans to a reference in OnNick and OnQuit (oops) prozacx 2005-04-23 08:10:34 +00:00
  • c88b835837 Changed OnNick() and OnQuit() to take a vector<CChan*> of common channels prozacx 2005-04-23 07:24:58 +00:00
  • fccf44540a Changed buffer playback messages to mirror engine behavior prozacx 2005-04-23 06:44:19 +00:00
  • e57edc5a58 woops, created a req, needed to create a signed cert imaginos 2005-04-23 05:44:42 +00:00