about summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Support legacy delayed delivery (XEP-0091) as well as XEP-0203James Booth2012-11-183-13/+41
|
* Merge remote-tracking branch 'dmitry/macos'James Booth2012-11-183-12/+54
|\ | | | | | | | | Conflicts: src/command.c
| * use internal implementation of getlineDmitry Podgorny2012-11-183-12/+54
| | | | | | | | MacOS doesn't have function getline
| * command.c: replace strndup with strdupDmitry Podgorny2012-11-181-3/+5
| | | | | | | | | | | | | | Function strndup conforms to POSIX.1-2008 and MacOS doesn't have it. strndup doesn't make sense when a string is copied to the end. So replacing fixes incompatibility with MacOS and doesn't influence to execution.
* | Commands now use parser function to handle parametersJames Booth2012-11-183-612/+529
| |
* | Added usage of command parserJames Booth2012-11-181-177/+188
| |
* | Handle commands with min 0 argsJames Booth2012-11-182-0/+13
| |
* | Added command parser for commands accepting free textJames Booth2012-11-181-2/+78
| | | | | | | | e.g. /msg user@host here is a message
* | Merge pull request #85 from pasis/devJames Booth2012-11-171-1/+3
|\ \ | | | | | | prevent double free of jabber_conn.status
| * | prevent double free of jabber_conn.statusDmitry Podgorny2012-11-181-1/+3
| |/
* / Added parser moduleJames Booth2012-11-184-37/+135
|/
* _win_notify_remind: fix possible buffer overflowDmitry Podgorny2012-11-161-1/+1
| | | | fix buffer overflow when 'unread' is greater than 999
* _cmd_set_boolean_preference: fix usage allocationDmitry Podgorny2012-11-161-1/+1
|
* _cmd_tiny: fix allocation for usage variableDmitry Podgorny2012-11-161-1/+1
|
* Started work on command parserJames Booth2012-11-151-218/+263
|
* Changed /wins outputJames Booth2012-11-141-18/+9
|
* Fixed spelling mistake in helpJames Booth2012-11-141-1/+1
|
* Renamed /status -> /infoJames Booth2012-11-141-8/+8
|
* Show when unread messages in /wins listJames Booth2012-11-141-3/+18
|
* Treat room presence as onlineJames Booth2012-11-142-5/+14
| | | | Needs to be changed to show status changes
* Added /wins command to list active windowsJames Booth2012-11-143-3/+80
|
* Set correct window type on private messagesJames Booth2012-11-145-12/+24
|
* Merge pull request #81 from pasis/priorityJames Booth2012-11-138-14/+156
|\ | | | | introduce priority support
| * introduce _strtoi() and validation of typed numbersDmitry Podgorny2012-11-141-7/+37
| |
| * fix crash on changing priority when disconnectedDmitry Podgorny2012-11-141-1/+6
| | | | | | | | | | sending presence causes null pointer dereference when disconnected because ctx variable isn't set
| * jabber: use safe snprintf instead of sprintfDmitry Podgorny2012-11-131-2/+2
| |
| * introduce priority supportDmitry Podgorny2012-11-138-10/+117
| | | | | | | | | | | | | | add new command /priority <int> improve jabber_update_presence() use jabber_update_presence() for sending initial presence save priority and status string to jabber_conn structure
* | Fixed help command name clash on statusJames Booth2012-11-134-28/+28
| |
* | Tidy up /statusJames Booth2012-11-131-42/+39
| |
* | Added basic /status command to find out about a specific contactJames Booth2012-11-133-52/+112
| |
* | Handle typing notifications in private room chatJames Booth2012-11-131-12/+8
| |
* | Allow incoming private messages from chat roomsJames Booth2012-11-122-20/+27
| |
* | Added win_type to prof_win structureJames Booth2012-11-122-16/+23
|/
* Merge pull request #79 from pasis/devJames Booth2012-11-121-0/+3
|\ | | | | ignore SIGPIPE
| * ignore SIGPIPEDmitry Podgorny2012-11-121-0/+3
| | | | | | | | | | | | Applications running OpenSSL over network connections may crash if SIGPIPE is not ignored. [http://svn.apache.org/repos/asf/thrift/trunk/lib/cpp/README.SSL]
* | Clear contact list when connection lostJames Booth2012-11-121-0/+1
| |
* | Added log to /prefs outputJames Booth2012-11-121-0/+2
|/
* Fixed help on log commandJames Booth2012-11-121-2/+2
|
* complete log rotation supportDmitry Podgorny2012-11-123-2/+82
| | | | | | add command '/log maxsize <int>' save maxsize value to config file when maxsize < 64 default value 1MB is used
* Changed /who command to allow available and unavailableJames Booth2012-11-121-2/+46
|
* Added /help list to list all commandsJames Booth2012-11-113-7/+59
|
* Merge pull request #73 from pasis/rotateJames Booth2012-11-114-5/+64
|\ | | | | introduce initial log rotate support
| * introduce initial log rotate supportDmitry Podgorny2012-11-113-4/+63
| |
| * fix spacingDmitry Podgorny2012-11-111-1/+1
| |
* | Added win_page_off to subscriptions to scroll windowJames Booth2012-11-111-0/+3
| |
* | Shortened /sub "request" parameter to "req", and formatted helpJames Booth2012-11-112-12/+12
|/
* rename _cmd_reset_who_completerDmitry Podgorny2012-11-111-3/+3
|
* fix autocompletion for /sub commandDmitry Podgorny2012-11-113-27/+23
|
* add subscription supportDmitry Podgorny2012-11-1110-19/+173
|
* Added function to create room jid from room and nickJames Booth2012-11-105-9/+42
|